summaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-16 12:18:17 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-01-30 13:52:09 +0200
commitf2845990bb8ad6ef11ec0e03a5812e4616f9cda0 (patch)
tree8af73d48746484430b10ceec6f8606b0f277e9b9 /test/include
parentb0e16ec9cb353150355580aa544e4284fe11b8fe (diff)
downloadqtlocation-mapboxgl-f2845990bb8ad6ef11ec0e03a5812e4616f9cda0.tar.gz
[test] Remove node.js based HTTP server
Diffstat (limited to 'test/include')
-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();