OSDN Git Service

gralloc: delete unused mutex declaration
authorRom Lemarchand <romlem@google.com>
Tue, 26 Nov 2013 18:01:25 +0000 (10:01 -0800)
committerRom Lemarchand <romlem@google.com>
Tue, 26 Nov 2013 18:01:25 +0000 (10:01 -0800)
Change-Id: Ibc7e70887b61f7dd885c86d412387636d3a6a867

modules/gralloc/mapper.cpp

index e57dba9..13baf2a 100644 (file)
@@ -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)
 {