summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/port/ethersink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/port/ethersink.c b/sys/src/9/port/ethersink.c
index aa62d3719..6ef58ff07 100644
--- a/sys/src/9/port/ethersink.c
+++ b/sys/src/9/port/ethersink.c
@@ -53,8 +53,6 @@ promiscuous(void *, int)
static int
reset(Ether* ether)
{
- static uchar zeros[Eaddrlen];
-
if(ether->type==nil)
return -1;
ether->mbps = 1000;