diff --git a/Extractor/PBFParser.cpp b/Extractor/PBFParser.cpp index 01dadbbf2..b5ac31cb7 100644 --- a/Extractor/PBFParser.cpp +++ b/Extractor/PBFParser.cpp @@ -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() {