summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-11-26 18:30:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-11-26 18:30:34 +0000
commit047510b132e33c26607b4b93e806884aa4d13f19 (patch)
tree098774ded940cddee6d7ca011f21e59dbe22f089
parentbae5cf92cfa9e2867af91057265df7f029f7865e (diff)
parent0287721d284c8f067f25b3dce4b594e2154708ce (diff)
downloadlibhardware-047510b132e33c26607b4b93e806884aa4d13f19.tar.gz
Merge "gralloc: delete unused mutex declaration"
-rw-r--r--modules/gralloc/mapper.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gralloc/mapper.cpp b/modules/gralloc/mapper.cpp
index e57dba9c..13baf2a3 100644
--- a/modules/gralloc/mapper.cpp
+++ b/modules/gralloc/mapper.cpp
@@ -82,10 +82,6 @@ static int gralloc_unmap(gralloc_module_t const* module,
/*****************************************************************************/
-static pthread_mutex_t sMapLock = PTHREAD_MUTEX_INITIALIZER;
-
-/*****************************************************************************/
-
int gralloc_register_buffer(gralloc_module_t const* module,
buffer_handle_t handle)
{