summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/src/macroparser.cc3
1 files changed, 0 insertions, 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()