bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 4/6] libmachdev: drop unused declarations


From: Justus Winter
Subject: [PATCH 4/6] libmachdev: drop unused declarations
Date: Sun, 13 Apr 2014 13:43:12 +0200

* libmachdev/net.c (linux_intr_pri): Drop unused declaration.
(port_bucket): Likewise.
(dev_class): Likewise.
---
 libmachdev/net.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libmachdev/net.c b/libmachdev/net.c
index 300d946..6037e2f 100644
--- a/libmachdev/net.c
+++ b/libmachdev/net.c
@@ -80,10 +80,6 @@
 
 #define ether_header ethhdr
 
-extern int linux_intr_pri;
-extern struct port_bucket *port_bucket;
-extern struct port_class *dev_class;
-
 /* One of these is associated with each instance of a device.  */
 struct net_data
 {
-- 
1.9.1




reply via email to

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