src/preprocessor.h: fixed comment.

removeParantheses() doesn't throws exception.

Correction for 1a48f869c8 commit.

No code change.
This commit is contained in:
Slava Semushin 2009-10-04 12:51:14 +07:00
parent ee1bcb728c
commit f6462abef2
1 changed files with 0 additions and 1 deletions

View File

@ -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);