From bbde0d75da3953b7849b4bac18a7d6d86ddbd8ac Mon Sep 17 00:00:00 2001 From: alex85k Date: Sat, 18 Oct 2014 19:19:26 +0600 Subject: [PATCH] remove unused variable in Windows code --- DataStructures/SharedMemoryFactory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DataStructures/SharedMemoryFactory.h b/DataStructures/SharedMemoryFactory.h index a7c7f1759..ab5b8c9f9 100644 --- a/DataStructures/SharedMemoryFactory.h +++ b/DataStructures/SharedMemoryFactory.h @@ -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); }