From f6462abef22be784c12848ecae736424c97fc14f Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Sun, 4 Oct 2009 12:51:14 +0700 Subject: [PATCH] src/preprocessor.h: fixed comment. removeParantheses() doesn't throws exception. Correction for 1a48f869c84018d73fd63bf59263224b019a5997 commit. No code change. --- src/preprocessor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/preprocessor.h b/src/preprocessor.h index 335413f19..15510255c 100644 --- a/src/preprocessor.h +++ b/src/preprocessor.h @@ -103,7 +103,6 @@ protected: * Remove redundant parantheses from preprocessor commands. This should only be called from read(). * @param str Code processed by read(). * @return code with reduced parantheses - * @throws std::runtime_error when code contains unhandled characters */ static std::string removeParantheses(const std::string &str);