From 0287721d284c8f067f25b3dce4b594e2154708ce Mon Sep 17 00:00:00 2001 From: Rom Lemarchand Date: Tue, 26 Nov 2013 10:01:25 -0800 Subject: gralloc: delete unused mutex declaration Change-Id: Ibc7e70887b61f7dd885c86d412387636d3a6a867 --- modules/gralloc/mapper.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/gralloc') 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) { -- cgit v1.1