diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:08 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:51:28 +0900 |
commit | d591ae773032ea0571bb1488ded979a384baae77 (patch) | |
tree | e63a48414328a169c77f4098a07c140fd55fd496 /device/subrs.c | |
parent | 5636bbf479dc4e8e2f50c40295b4e957aeff0809 (diff) | |
download | gnumach-d591ae773032ea0571bb1488ded979a384baae77.tar.gz gnumach-d591ae773032ea0571bb1488ded979a384baae77.tar.bz2 gnumach-d591ae773032ea0571bb1488ded979a384baae77.zip |
device/if_ether.h: remove unused variable
* device/if_ether.h (etherbroadcastaddr): Remove unused variable.
* device/subrs.c (etherbroadcastaddr): Remove initialization.
Diffstat (limited to 'device/subrs.c')
-rw-r--r-- | device/subrs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/device/subrs.c b/device/subrs.c index e094f684..0382bc65 100644 --- a/device/subrs.c +++ b/device/subrs.c @@ -52,11 +52,6 @@ void harderr(bp, cp) } /* - * Ethernet support routines. - */ -u_char etherbroadcastaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; - -/* * Convert Ethernet address to printable (loggable) representation. */ char * |