debug output: commented out the code for writing token listing
This commit is contained in:
parent
5c1995ca81
commit
6282b5dee8
|
@ -37,7 +37,6 @@
|
|||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <iomanip>
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
@ -335,7 +334,7 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
|
|||
_tokenizer.simplifyTokenList();
|
||||
|
||||
// Write simplified token list to a file..
|
||||
std::cout << _tokenizer.tokens()->stringifyList(true) << std::endl;
|
||||
//std::cout << _tokenizer.tokens()->stringifyList(true) << std::endl;
|
||||
|
||||
if (_settings._unusedFunctions)
|
||||
_checkFunctionUsage.parseTokens(_tokenizer);
|
||||
|
|
Loading…
Reference in New Issue