diff options
author | Danny Roberts <dannyroberts.personal@googlemail.com> | 2011-02-18 10:30:50 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-18 10:30:50 +0100 |
commit | b7b0250d8365450b766b2f1ac607cce446b6fa20 (patch) | |
tree | c837845e43dbb4c61d5e8f235b095d1498627c98 /soltools/cpp/cpp.h | |
parent | 657710a76da373c9b120081e068465e44d550bfd (diff) |
Removed some commented code.
Diffstat (limited to 'soltools/cpp/cpp.h')
-rw-r--r-- | soltools/cpp/cpp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h index efba26b60840..b85d28e0584e 100644 --- a/soltools/cpp/cpp.h +++ b/soltools/cpp/cpp.h @@ -144,16 +144,7 @@ void mvl_add( inout_pValidators, Nlist * in_pMacro, Token * in_pTokenWhereMacroBecomesValid); -/* Updates all token pointers within the list, when the tokens have - moved, by - pTokenWhereMacroBecomesValid += in_nNrofTokens; - . -void mvl_move( - MacroValidatorList * - inout_pValidators, - int in_nSpace); // in pointer units. -*/ /* Checks if one of the validators within the list points to the token in_pTokenToCheck. If so, the macro is set valid and the validator is removed. |