diff options
author | Rom Lemarchand <romlem@google.com> | 2013-11-26 10:37:58 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-26 10:37:58 -0800 |
commit | e735e5fa42f62d856e6c86d7ee785bb9797b6750 (patch) | |
tree | 861480695e14cdaaf8a499defcd1c1fc1d78bdca | |
parent | dbf6b34587293fa07534cbcfbb6032bab6a975b2 (diff) | |
parent | 047510b132e33c26607b4b93e806884aa4d13f19 (diff) | |
download | hardware_libhardware-e735e5fa42f62d856e6c86d7ee785bb9797b6750.zip hardware_libhardware-e735e5fa42f62d856e6c86d7ee785bb9797b6750.tar.gz hardware_libhardware-e735e5fa42f62d856e6c86d7ee785bb9797b6750.tar.bz2 |
am 047510b1: Merge "gralloc: delete unused mutex declaration"
* commit '047510b132e33c26607b4b93e806884aa4d13f19':
gralloc: delete unused mutex declaration
-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) { |