Index: gpu/command_buffer/tests/gl_test_utils.h |
diff --git a/gpu/command_buffer/tests/gl_test_utils.h b/gpu/command_buffer/tests/gl_test_utils.h |
index 972ea0af4064f172033c4a322edb229edc7b820d..15a726ebcf5e762f5c87f8d7c33fd86e8eaabc57 100644 |
--- a/gpu/command_buffer/tests/gl_test_utils.h |
+++ b/gpu/command_buffer/tests/gl_test_utils.h |
@@ -47,9 +47,6 @@ class GLTestHelper { |
// Uses ReadPixels to save an area of the current FBO/Backbuffer. |
static bool SaveBackbufferAsBMP(const char* filename, int width, int height); |
- |
- // Run unit tests. |
- static int RunTests(int argc, char** argv); |
}; |
#endif // GPU_COMMAND_BUFFER_TESTS_GL_TEST_UTILS_H_ |