remove unused variable in Windows code

This commit is contained in:
alex85k 2014-10-18 19:19:26 +06:00
parent 6b9b2c1468
commit bbde0d75da

View File

@ -286,7 +286,6 @@ class SharedMemory : boost::noncopyable
private:
static void build_key(int id, char *key)
{
OSRMLockFile lock_file;
sprintf(key, "%s.%d", "osrm.lock", id);
}