removed unused private function CheckSecurity::eraseCheckLoop

This commit is contained in:
Daniel Marjamäki 2009-03-09 20:09:06 +01:00
parent f8cd34198b
commit f39e117921
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ public:
private:
const Tokenizer *_tokenizer;
ErrorLogger *_errorLogger;
/**
* Helper function used by the 'erase' function
* This function parses a loop
* @param it iterator token
*/
void eraseCheckLoop(const Token *it);
};
//---------------------------------------------------------------------------