Index: test/FileSystemJsObject.cpp |
=================================================================== |
--- a/test/FileSystemJsObject.cpp |
+++ b/test/FileSystemJsObject.cpp |
@@ -76,13 +76,6 @@ |
throw std::runtime_error("Unable to stat " + path); |
return path; |
} |
- |
- void SetBasePath(const std::string& path) |
- { |
- basePath = ""; |
- return; |
- } |
- |
}; |
void ReadFile(AdblockPlus::JsEnginePtr jsEngine, std::string& content, |