From 2e23b09a05155f23eb8bb6037fcf198ce31aa6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 3 Jan 2009 07:55:05 +0000 Subject: [PATCH] Refactoring : Removed a short commented code that I never use anyway --- checkmemoryleak.cpp | 5 ----- 1 file changed, 5 deletions(-) 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