summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/manifest_parser.hpp')
-rw-r--r--render-test/manifest_parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp
index 28cae6f93e..2d11c9633e 100644
--- a/render-test/manifest_parser.hpp
+++ b/render-test/manifest_parser.hpp
@@ -40,6 +40,5 @@ private:
class ManifestParser {
public:
static mbgl::optional<Manifest> parseManifest(const std::string& manifestPath,
- const std::vector<std::string>& testNames,
std::string testFilter);
};