summaryrefslogtreecommitdiff
path: root/test/src/mbgl/test/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/mbgl/test/util.hpp')
-rw-r--r--test/src/mbgl/test/util.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index 7ec395ed00..8be9508dd3 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -51,15 +51,6 @@ class Map;
namespace test {
-class Server {
-public:
- Server(const char* script);
- ~Server();
-
-private:
- int fd = -1;
-};
-
PremultipliedImage render(Map&);
void checkImage(const std::string& base,