debug output: commented out the code for writing token listing

This commit is contained in:
Daniel Marjamäki 2009-02-14 08:49:20 +00:00
parent 5c1995ca81
commit 6282b5dee8
1 changed files with 1 additions and 2 deletions

View File

@ -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);