From 0a027a55ef38725f11d7bbf8d4bacce48b25e716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 18 Jan 2009 07:22:17 +0000 Subject: [PATCH] preprocessor: Don't use the "expandMacros" from cppcheck --- src/preprocessor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/preprocessor.cpp b/src/preprocessor.cpp index dbd15a280..d2b71d046 100644 --- a/src/preprocessor.cpp +++ b/src/preprocessor.cpp @@ -257,8 +257,6 @@ void Preprocessor::preprocess(std::istream &istr, std::string &processedFile, st processedFile = replaceIfDefined(processedFile); - processedFile = expandMacros(processedFile); - // Get all possible configurations.. resultConfigurations = getcfgs(processedFile); }