summaryrefslogtreecommitdiffstats
path: root/modules/gralloc
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-11-26 10:01:25 -0800
committerRom Lemarchand <romlem@google.com>2013-11-26 10:01:25 -0800
commit0287721d284c8f067f25b3dce4b594e2154708ce (patch)
tree098774ded940cddee6d7ca011f21e59dbe22f089 /modules/gralloc
parentbae5cf92cfa9e2867af91057265df7f029f7865e (diff)
downloadhardware_libhardware-0287721d284c8f067f25b3dce4b594e2154708ce.zip
hardware_libhardware-0287721d284c8f067f25b3dce4b594e2154708ce.tar.gz
hardware_libhardware-0287721d284c8f067f25b3dce4b594e2154708ce.tar.bz2
gralloc: delete unused mutex declaration
Change-Id: Ibc7e70887b61f7dd885c86d412387636d3a6a867
Diffstat (limited to 'modules/gralloc')
-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 e57dba9..13baf2a 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)
{