summaryrefslogtreecommitdiff
path: root/test/include/mbgl/test/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/include/mbgl/test/util.hpp')
-rw-r--r--test/include/mbgl/test/util.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/include/mbgl/test/util.hpp b/test/include/mbgl/test/util.hpp
index b499b5750c..42be19e9ae 100644
--- a/test/include/mbgl/test/util.hpp
+++ b/test/include/mbgl/test/util.hpp
@@ -65,15 +65,6 @@ class Server;
namespace mbgl {
namespace test {
-class Server {
-public:
- Server(const char* script);
- ~Server();
-
-private:
- int fd = -1;
-};
-
class HttpServer {
public:
HttpServer();