removed unused private function CheckSecurity::eraseCheckLoop
This commit is contained in:
parent
f8cd34198b
commit
f39e117921
|
@ -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);
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue