diff options
author | Rom Lemarchand <romlem@google.com> | 2013-11-27 10:32:10 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-27 10:32:10 -0800 |
commit | 2955fe20834b00a7a45b2dccc1a4d26eef011267 (patch) | |
tree | c68f9727338835c493e6fc43e8ee631d5185404f /modules | |
parent | eeddc120599264286acbc3abf84fda4c90011291 (diff) | |
parent | e735e5fa42f62d856e6c86d7ee785bb9797b6750 (diff) | |
download | hardware_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.cpp | 4 |
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) { |