diff options
Diffstat (limited to 'testprogs/findalldevstest.c')
-rw-r--r-- | testprogs/findalldevstest.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testprogs/findalldevstest.c b/testprogs/findalldevstest.c index 4e2df212..06293209 100644 --- a/testprogs/findalldevstest.c +++ b/testprogs/findalldevstest.c @@ -183,11 +183,6 @@ int main(int argc _U_, char **argv _U_) } pcap_freealldevs(alldevs); -// -// XXX - temporary hack to see if this squelches Valgrind warnings -// on Illumos about leaks from stdio. -// -fclose(stdout); exit(exit_status); } |