From 5718fbb92c2861aead5c40a0091de0c223d1f46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 2 Nov 2006 18:08:25 +0000 Subject: [PATCH] Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19179 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/network/arp/arp.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/network/arp/arp.cpp b/src/bin/network/arp/arp.cpp index 44308f6f5b..1c479b66eb 100644 --- a/src/bin/network/arp/arp.cpp +++ b/src/bin/network/arp/arp.cpp @@ -14,12 +14,7 @@ #include #include -//#include -//#include -//#include #include -//#include -//#include #include #include @@ -84,7 +79,6 @@ check_for_arp_syscall(void) status_t status = _kern_generic_syscall(ARP_SYSCALLS, B_SYSCALL_INFO, &version, sizeof(version)); if (status != B_OK) { - // the launch speedup module is not available fprintf(stderr, "\"ARP\" module not available.\n"); exit(1); }