From 45c30f0c8749414db05eca2555f6e950722afa9d Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 14 Feb 2009 22:03:55 +0000 Subject: [PATCH] Code comments updated --- src/preprocessor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/preprocessor.cpp b/src/preprocessor.cpp index aef6158d3..a2d0d496c 100644 --- a/src/preprocessor.cpp +++ b/src/preprocessor.cpp @@ -772,8 +772,7 @@ std::string Preprocessor::expandMacros(std::string code) if (!code[pos1]) { - // TODO, this code is here, because there is currently a bug in cppcheck - // Once it has been sorted out, this if can be removed + // This should not happen, if it does, there is a bug in cppcheck. std::cout << "\n\n####### There is a bug in preprocessor.cpp that can cause crash, shutting down.\n\n" << std::endl; std::exit(0); }