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
-5
View File
@@ -407,11 +407,6 @@ Extractor::ParseOSMData(ScriptingEnvironment &scripting_environment,
timestamp = "n/a";
}
util::Log() << "timestamp: " << timestamp;
storage::io::FileWriter timestamp_file(config.GetPath(".osrm.timestamp"),
storage::io::FileWriter::GenerateFingerprint);
timestamp_file.WriteFrom(timestamp.c_str(), timestamp.length());
}
// Extraction containers and restriction parser