Fix missing removal of timestamp in offline facade
This commit is contained in:
parent
bed53f5fd5
commit
86ffce3a50
@ -332,7 +332,6 @@ class ContiguousInternalMemoryDataFacade<routing_algorithms::offline::Algorithm>
|
|||||||
StringView GetPronunciationForID(const NameID /*id*/) const override { return StringView{}; }
|
StringView GetPronunciationForID(const NameID /*id*/) const override { return StringView{}; }
|
||||||
StringView GetDestinationsForID(const NameID /*id*/) const override { return StringView{}; }
|
StringView GetDestinationsForID(const NameID /*id*/) const override { return StringView{}; }
|
||||||
StringView GetExitsForID(const NameID /*id*/) const override { return StringView{}; }
|
StringView GetExitsForID(const NameID /*id*/) const override { return StringView{}; }
|
||||||
std::string GetTimestamp() const override { return std::string(); }
|
|
||||||
bool GetContinueStraightDefault() const override { return false; }
|
bool GetContinueStraightDefault() const override { return false; }
|
||||||
double GetMapMatchingMaxSpeed() const override { return 0; }
|
double GetMapMatchingMaxSpeed() const override { return 0; }
|
||||||
const char *GetWeightName() const override { return ""; }
|
const char *GetWeightName() const override { return ""; }
|
||||||
|
Loading…
Reference in New Issue
Block a user