removed stale code

This commit is contained in:
Michael Krasnyk 2017-01-12 22:41:21 +01:00 committed by Patrick Niklaus
parent 104e23abf3
commit 5d3a348b76

View File

@ -90,7 +90,6 @@ bool generateDataStoreOptions(const int argc,
if (option_variables.count("remove-locks")) if (option_variables.count("remove-locks"))
{ {
osrm::storage::SharedBarriers::remove(); osrm::storage::SharedBarriers::remove();
boost::interprocess::named_mutex::remove("osrm-datastore");
return false; return false;
} }