summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/hwui/thread/Task.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/thread/Task.h b/libs/hwui/thread/Task.h
index 30b6ff2c3d83..7fcf5931c4b4 100644
--- a/libs/hwui/thread/Task.h
+++ b/libs/hwui/thread/Task.h
@@ -38,7 +38,6 @@ public:
virtual ~Task() { }
T getResult() const {
- ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask");
return mFuture->get();
}