From c957e4308eb6df7920faded3171081176d85bb24 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 14 Aug 2012 11:15:12 +0300 Subject: [PATCH] db: caller_info: fix more fall out Somehow I didn't push this part of the diff... Oops. Signed-off-by: Dan Carpenter --- smatch_scripts/db/fill_db_caller_info.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/smatch_scripts/db/fill_db_caller_info.pl b/smatch_scripts/db/fill_db_caller_info.pl index a7149d0b..c3e15002 100755 --- a/smatch_scripts/db/fill_db_caller_info.pl +++ b/smatch_scripts/db/fill_db_caller_info.pl @@ -158,9 +158,6 @@ while () { $static = 1; } -# print "insert into caller_info values ('$file', '$func', $func_id, $type, $param, '$key', '$value')\n"; - $db->do("insert into caller_info values ('$file', '$func', $func_id, $static, $type, $param, '$key', '$value')"); - # print "insert into caller_info values ('$file', '$caller', '$func', $func_id, $type, $param, '$key', '$value')\n"; $db->do("insert into caller_info values ('$file', '$caller', '$func', $func_id, $static, $type, $param, '$key', '$value')"); } -- 2.11.4.GIT