diff options
author | Chris Craik <ccraik@google.com> | 2014-12-19 10:08:40 -0800 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-12-22 11:20:57 -0800 |
commit | 07adacf4996c8ca494332ec938786fa15832c722 (patch) | |
tree | 941feda10d6501b2cd6e24714c915bf9bb49c0f8 /libs/hwui/renderthread | |
parent | 32328b5cec14323dd31cf906aaeb088caf110a1d (diff) | |
download | frameworks_base-07adacf4996c8ca494332ec938786fa15832c722.zip frameworks_base-07adacf4996c8ca494332ec938786fa15832c722.tar.gz frameworks_base-07adacf4996c8ca494332ec938786fa15832c722.tar.bz2 |
Cleanup
Change-Id: I91ffb9c66697741116fdeaa31abdf6cfd79155df
Diffstat (limited to 'libs/hwui/renderthread')
-rw-r--r-- | libs/hwui/renderthread/RenderTask.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/hwui/renderthread/RenderTask.cpp b/libs/hwui/renderthread/RenderTask.cpp index 13970ba..b14f580 100644 --- a/libs/hwui/renderthread/RenderTask.cpp +++ b/libs/hwui/renderthread/RenderTask.cpp @@ -14,15 +14,8 @@ * limitations under the License. */ -// LOG_TAG is being provided by the Makefile, reset. -#ifdef LOG_TAG -#undef LOG_TAG -#endif -#define LOG_TAG "RenderTask" - #include "RenderTask.h" -#include <utils/Log.h> #include <utils/Condition.h> #include <utils/Mutex.h> |