summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-12-19 10:08:40 -0800
committerChris Craik <ccraik@google.com>2014-12-22 11:20:57 -0800
commit07adacf4996c8ca494332ec938786fa15832c722 (patch)
tree941feda10d6501b2cd6e24714c915bf9bb49c0f8 /libs/hwui/renderthread
parent32328b5cec14323dd31cf906aaeb088caf110a1d (diff)
downloadframeworks_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.cpp7
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>