summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tom Cherry <tomcherry@google.com> 2017-07-12 00:49:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-07-12 00:49:35 +0000
commit8e661076b670c4fa8e43b5832fffe8ace47c921e (patch)
treee630ea0371234be615806fde26bf9954a470147f
parent38bcc110b84e04c00793632c043526a8c86f4463 (diff)
parentad5a3d5628b89bf3fb7b3b9d1dcb5352ffb3bbfd (diff)
Merge "remove extraneous `using namespace android`"
-rw-r--r--opengl/tests/gl_perf/filltest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/tests/gl_perf/filltest.cpp b/opengl/tests/gl_perf/filltest.cpp
index 3f8faca87d..4135c6252f 100644
--- a/opengl/tests/gl_perf/filltest.cpp
+++ b/opengl/tests/gl_perf/filltest.cpp
@@ -27,10 +27,6 @@
#include <EGL/egl.h>
#include <utils/Log.h>
-
-using namespace android;
-
-
#include "fill_common.cpp"