make counters available in release and debug build

This commit is contained in:
Dennis Luxen 2013-12-09 09:04:44 -05:00
parent 04afe8fbf1
commit d7e558350b

View File

@ -38,10 +38,8 @@ PBFParser::PBFParser(const char * fileName, ExtractorCallbacks* ec, ScriptingEnv
throw OSRMException("pbf file not found.");
}
#ifndef NDEBUG
blockCount = 0;
groupCount = 0;
#endif
}
PBFParser::~PBFParser() {