diff options
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index ca753b3ca39..a1d0223d0f2 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -43,8 +43,6 @@ extern "C" { #include "main/mfeatures.h" } -#if FEATURE_ES2 - #include <gtest/gtest.h> extern "C" { @@ -306,5 +304,3 @@ const struct function gles2_functions_possible[] = { { "glViewport", _gloffset_Viewport }, { NULL, -1 } }; - -#endif /* FEATURE_ES2 */ |