Index: bench/benchmain.cpp |
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp |
index ae20a8d13149910859d4f2bcbcab3114bff2db34..5d840a02e891cb61763fd292a875d03140b14dd0 100644 |
--- a/bench/benchmain.cpp |
+++ b/bench/benchmain.cpp |
@@ -206,8 +206,6 @@ typedef GrContextFactory::GLContextType GLContextType; |
static const GLContextType kNative = GrContextFactory::kNative_GLContextType; |
#if SK_ANGLE |
static const GLContextType kANGLE = GrContextFactory::kANGLE_GLContextType; |
-#else |
-static const GLContextType kANGLE = kNative; |
#endif |
static const GLContextType kDebug = GrContextFactory::kDebug_GLContextType; |
static const GLContextType kNull = GrContextFactory::kNull_GLContextType; |