bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd-dde 4/7] libmachdev: drop debugging printf


From: Justus Winter
Subject: [PATCH hurd-dde 4/7] libmachdev: drop debugging printf
Date: Wed, 26 Nov 2014 15:22:33 +0100

* libmachdev/net.c (netif_rx_handle): Avoid calling `printf' for every
incoming handle.
---
 libmachdev/net.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libmachdev/net.c b/libmachdev/net.c
index 53edcd0..5a5cd5d 100644
--- a/libmachdev/net.c
+++ b/libmachdev/net.c
@@ -104,8 +104,6 @@ static struct net_data *nd_head;
 
 extern struct device_emulation_ops linux_net_emulation_ops;
 
-static int print_packet_size = 1;
-
 static mach_msg_type_t header_type = 
 {
   MACH_MSG_TYPE_BYTE,
@@ -230,9 +228,6 @@ netif_rx_handle (char *data, int len, struct net_device 
*dev)
   struct packet_header *ph;
   struct net_data *nd;
 
-  if (print_packet_size)
-    printf ("netif_rx: length %d\n", len);
-
   nd = search_nd(dev);
   assert (nd);
 
-- 
2.1.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]