ping: Remove unnecessary ifdef

This commit is contained in:
Jennifer Averett
2012-10-26 08:58:31 -05:00
parent af0a8ead1a
commit 09087dc3e8

View File

@@ -1478,12 +1478,10 @@ finish()
"round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n", "round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n",
tmin, avg, tmax, sqrt(vari)); tmin, avg, tmax, sqrt(vari));
} }
#ifndef __rtems__
if (nreceived) if (nreceived)
exit(0); exit(0);
else else
exit(2); exit(2);
#endif
} }
#ifdef notdef #ifdef notdef