diff options
| author | 2014-12-09 20:09:18 +0000 | |
|---|---|---|
| committer | 2014-12-09 20:09:18 +0000 | |
| commit | b93bca5d0831068cd599f905ba43dc8334095d65 (patch) | |
| tree | 1660c41dfda961f593906bf8c9431af38b6407da /libs/gui/CpuConsumer.cpp | |
| parent | 807f94409f4060c4480e866e4539547582481928 (diff) | |
| parent | a59d7a6a66a2b8dcb2d00dbd6371fa89ae45ab04 (diff) | |
am a59d7a6a: Merge "GUI: Remove unused variables"
* commit 'a59d7a6a66a2b8dcb2d00dbd6371fa89ae45ab04':
GUI: Remove unused variables
Diffstat (limited to 'libs/gui/CpuConsumer.cpp')
| -rw-r--r-- | libs/gui/CpuConsumer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/CpuConsumer.cpp b/libs/gui/CpuConsumer.cpp index e55e108558..48c159d468 100644 --- a/libs/gui/CpuConsumer.cpp +++ b/libs/gui/CpuConsumer.cpp @@ -194,7 +194,6 @@ status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) { Mutex::Autolock _l(mMutex); size_t lockedIdx = 0; - status_t err; void *bufPtr = reinterpret_cast<void *>(nativeBuffer.data); for (; lockedIdx < mMaxLockedBuffers; lockedIdx++) { |