diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9d1816c18c..ab7418b7c1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2009-02-17 Joel Sherrill + + PR 1377/shell + * libmisc/shell/main_netstats.c: Remove #if 0 which should not have + been there anyway. + 2009-02-11 Joel Sherrill PR 1374/misc diff --git a/cpukit/libmisc/shell/main_netstats.c b/cpukit/libmisc/shell/main_netstats.c index fa356ad10f..d17696c74e 100644 --- a/cpukit/libmisc/shell/main_netstats.c +++ b/cpukit/libmisc/shell/main_netstats.c @@ -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; }