summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark/locations.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/benchmark/locations.hpp')
-rw-r--r--platform/ios/benchmark/locations.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/platform/ios/benchmark/locations.hpp b/platform/ios/benchmark/locations.hpp
deleted file mode 100644
index 1ea65d6280..0000000000
--- a/platform/ios/benchmark/locations.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#pragma once
-
-#include <vector>
-#include <string>
-
-namespace mbgl {
-namespace bench {
-
-struct Location {
- const std::string name;
- const double longitude;
- const double latitude;
- const double zoom;
- const double bearing;
-};
-
-extern const std::vector<Location> locations;
-
-}
-}