From 3bf854a89339a1018253a9291409f22524ded5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 17 Mar 2005 15:55:09 +0000 Subject: MERGE: remove debugging printfs :) --- kernel/strip_modules | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel') diff --git a/kernel/strip_modules b/kernel/strip_modules index 0319507f0..cd4077a66 100755 --- a/kernel/strip_modules +++ b/kernel/strip_modules @@ -69,7 +69,6 @@ function strip_module(object, # d static variable, initialised # r static array, initialised # t static label/procedures - print $0 ":" $3 ":" $5 > "/dev/stderr"; if ($1 ~ /[bdrt]/) to_strip[$2] = ""; else if ($2 ~ /R __ksymtab_/) @@ -79,7 +78,6 @@ function strip_module(object, else if ($0 ~ /D __parm_/) keep_symbol[substr($2, 8)] = ""; else if ($3 ~ /__ksymtab/) { - print "keep " $5 > "/dev/stderr"; keep_symbol[$5] = ""; } else if ($1 != "?") -- cgit v1.2.1