aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-06-10 11:16:10 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-06-10 11:16:10 -0700
commit8aa014779aae6e437ed1da99c29fcf1949b33cd7 (patch)
tree022c09053540d84a8ede2d7c2a74022f3bab3c5e
parentde6f630e6be90d6d32d8bf2fed3f856b0c32f7ba (diff)
downloadklibc-8aa014779aae6e437ed1da99c29fcf1949b33cd7.tar.gz
[klibc] Remove debugging codeklibc-1.3.37
Remove some code which was used during development, and shouldn't matter anymore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--usr/klibc/syscalls.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/klibc/syscalls.pl b/usr/klibc/syscalls.pl
index 92f430683ab61..a26640e4025b7 100644
--- a/usr/klibc/syscalls.pl
+++ b/usr/klibc/syscalls.pl
@@ -181,9 +181,6 @@ while ( defined($line = <FILE>) ) {
$typesize{$a} = $size_table[$a_index];
}
}
- if ($pass == 2) {
- print STDERR "sizeof($a) = ", $typesize{$a}, "\n";
- }
}
if ($pass == 2) {