diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-04-09 07:52:03 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-04-09 07:52:03 +0000 |
| commit | a9903d523286001fd3cda78d0c9f04eff7053744 (patch) | |
| tree | b0b8db8659ae56ca1cb0ef7f78df119310f86c90 /tools/debugscripts | |
| parent | 5a6d2af30139585c4047198b65ab9f9f845904a1 (diff) | |
Remove debugging code that sneaked in.
Diffstat (limited to 'tools/debugscripts')
| -rw-r--r-- | tools/debugscripts/netstat-anr.gdb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/debugscripts/netstat-anr.gdb b/tools/debugscripts/netstat-anr.gdb index 28be07304ec7..d27ae65a94f6 100644 --- a/tools/debugscripts/netstat-anr.gdb +++ b/tools/debugscripts/netstat-anr.gdb @@ -154,16 +154,6 @@ define p_rtree end end -define test - set $rn_$arg0 = $arg0 - set $next$arg0 = $arg0 + 1 - printf "%d\n", $rn_$arg0 - if $rn_$arg0 > 10 - return - end - test $next$arg0 -end - define netstat-anr printf "Routing tables\n\nInternet:\n" set $af = $AF_INET |
