From d7e558350b3c6d1a913ec90e570115731082a844 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 9 Dec 2013 09:04:44 -0500 Subject: [PATCH] make counters available in release and debug build --- Extractor/PBFParser.cpp | 2 -- 1 file changed, 2 deletions(-) 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() {