Remove timestamp file

This commit is contained in:
Patrick Niklaus
2018-03-21 12:07:15 +00:00
parent 2b010fc6f3
commit bed53f5fd5
9 changed files with 1 additions and 45 deletions
-1
View File
@@ -219,7 +219,6 @@ class MockBaseDataFacade : public engine::datafacade::BaseDataFacade
StringView GetDestinationsForID(const NameID) const override final { return {}; }
StringView GetExitsForID(const NameID) const override final { return {}; }
std::string GetTimestamp() const override { return ""; }
bool GetContinueStraightDefault() const override { return true; }
double GetMapMatchingMaxSpeed() const override { return 180 / 3.6; }
const char *GetWeightName() const override final { return "duration"; }