remove unused variable in Windows code
This commit is contained in:
parent
6b9b2c1468
commit
bbde0d75da
@ -286,7 +286,6 @@ class SharedMemory : boost::noncopyable
|
|||||||
private:
|
private:
|
||||||
static void build_key(int id, char *key)
|
static void build_key(int id, char *key)
|
||||||
{
|
{
|
||||||
OSRMLockFile lock_file;
|
|
||||||
sprintf(key, "%s.%d", "osrm.lock", id);
|
sprintf(key, "%s.%d", "osrm.lock", id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user