2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>

PR 1377/shell
	* libmisc/shell/main_netstats.c: Remove #if 0 which should not have
	been there anyway.
This commit is contained in:
Joel Sherrill
2009-02-17 15:09:50 +00:00
parent 5e1fd51c99
commit 35c7648e9d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1377/shell
* libmisc/shell/main_netstats.c: Remove #if 0 which should not have
been there anyway.
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1374/misc

View File

@@ -97,7 +97,6 @@ int rtems_shell_main_netstats( /* command */
);
}
#if 0
if ( doInetRoutes == 1 || doAll == 1 ) {
rtems_bsdnet_show_inet_routes();
}
@@ -126,7 +125,6 @@ int rtems_shell_main_netstats( /* command */
rtems_bsdnet_show_tcp_stats();
}
#endif
return 0;
}