NOTE: This project has moved to http://gitorious.org/meego-graphics/glmemperf
[glmemperf] / test.cpp
diff --git a/test.cpp b/test.cpp
deleted file mode 100644 (file)
index 3904320..0000000
--- a/test.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * OpenGL ES 2.0 memory performance estimator
- * Copyright (C) 2009 Nokia
- *
- * \author Sami Kyöstilä <sami.kyostila@nokia.com>
- *
- * Test base class
- */
-#include "test.h"
-#include <stdexcept>
-
-void Test::fail(const std::string& reason)
-{
-    throw std::runtime_error(reason);
-}