From ccdc6f1a632838708458d791d94449cc76d900c9 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sun, 27 Jan 2013 23:00:06 +0100 Subject: [PATCH] Removing dead code --- createHierarchy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/createHierarchy.cpp b/createHierarchy.cpp index 87e9105c4..59fdfa63b 100644 --- a/createHierarchy.cpp +++ b/createHierarchy.cpp @@ -97,7 +97,6 @@ int main (int argc, char *argv[]) { std::string graphOut(argv[1]); graphOut += ".hsgr"; std::string ramIndexOut(argv[1]); ramIndexOut += ".ramIndex"; std::string fileIndexOut(argv[1]); fileIndexOut += ".fileIndex"; - std::string levelInfoOut(argv[1]); levelInfoOut += ".levels"; /*** Setup Scripting Environment ***/ if(!testDataFile( (argc > 3 ? argv[3] : "profile.lua") )) {