summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-11-27 10:32:10 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-27 10:32:10 -0800
commit2955fe20834b00a7a45b2dccc1a4d26eef011267 (patch)
treec68f9727338835c493e6fc43e8ee631d5185404f /modules
parenteeddc120599264286acbc3abf84fda4c90011291 (diff)
parente735e5fa42f62d856e6c86d7ee785bb9797b6750 (diff)
downloadhardware_libhardware-2955fe20834b00a7a45b2dccc1a4d26eef011267.zip
hardware_libhardware-2955fe20834b00a7a45b2dccc1a4d26eef011267.tar.gz
hardware_libhardware-2955fe20834b00a7a45b2dccc1a4d26eef011267.tar.bz2
am e735e5fa: am 047510b1: Merge "gralloc: delete unused mutex declaration"
* commit 'e735e5fa42f62d856e6c86d7ee785bb9797b6750': gralloc: delete unused mutex declaration
Diffstat (limited to 'modules')
-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)
{