diff options
author | deva <deva> | 2009-07-29 15:01:30 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-29 15:01:30 +0000 |
commit | 09c8bbf3b17eb1a0c48f57a1a7718beb19f721d0 (patch) | |
tree | dffba85fbbc2947c69fc8e5fe40d4e36f3fbbf4c /server | |
parent | 08e2a09ca51afc87c40f4fac0c92b8a94e353b53 (diff) |
Removed old obsolete TODO comment.
Diffstat (limited to 'server')
-rw-r--r-- | server/src/macroparser.cc | 3 |
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() |