From f2845990bb8ad6ef11ec0e03a5812e4616f9cda0 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Thu, 16 Jan 2020 12:18:17 +0200 Subject: [test] Remove node.js based HTTP server --- test/include/mbgl/test/util.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/include/mbgl/test/util.hpp') 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(); -- cgit v1.2.1