diff --git a/checkmemoryleak.cpp b/checkmemoryleak.cpp index 0abee772b..58ba97cd2 100644 --- a/checkmemoryleak.cpp +++ b/checkmemoryleak.cpp @@ -254,11 +254,6 @@ const char * CheckMemoryLeakClass::call_func( const TOKEN *tok, std::liststr() == ";" ) func_ = func_->next(); - /* - for (const TOKEN *t = func; t; t = t->next()) - { - std::cout << t->str() << "\n"; - }*/ const char *ret = 0; // TODO : "goto" isn't handled well