From 09c8bbf3b17eb1a0c48f57a1a7718beb19f721d0 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 29 Jul 2009 15:01:30 +0000 Subject: Removed old obsolete TODO comment. --- server/src/macroparser.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/macroparser.cc b/server/src/macroparser.cc index 921e4f0..fac39b6 100644 --- a/server/src/macroparser.cc +++ b/server/src/macroparser.cc @@ -54,8 +54,6 @@ void MacroParser::error(const char* fmt, ...) { - // TODO: Throw exception here. - PRACRO_ERR_LOG(macro, "Error in MacroParser: "); { @@ -318,7 +316,6 @@ void MacroParser::parseError(char *buf, size_t len, std::string error, int linen throw Exception(error + slineno); free(slineno); } - } Macro *MacroParser::getMacro() -- cgit v1.2.3