summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-02-12 01:48:20 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-02-12 01:48:20 +0100
commit57c53564b3b7f4603d0baa30e76ec44f4cd5f3ba (patch)
treedaf14c9c5ad5c104641ba3308d106bf1037ec8c8 /sys/src/9
parent3d0f4da104a2d9a73e017e121f1f25f5964e494e (diff)
ethersink: after the experiment, the zeros get dismantled. and then destroyed.
Diffstat (limited to 'sys/src/9')
-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;