summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-04-28 04:39:09 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-04-28 04:39:09 +0200
commitaf3fd92789b0a730774737ae4194382e39f61f4d (patch)
tree4726a4fcc9648a24a42c895acfa0292770cf85e3
parentdbfb32056693662b9843b47c70a672f32ea55d8b (diff)
ip/ppp: remove old struct
-rw-r--r--sys/src/cmd/ip/ppp/ppp.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/src/cmd/ip/ppp/ppp.c b/sys/src/cmd/ip/ppp/ppp.c
index 10880d461..650b75c3d 100644
--- a/sys/src/cmd/ip/ppp/ppp.c
+++ b/sys/src/cmd/ip/ppp/ppp.c
@@ -1510,19 +1510,6 @@ setdefroute(char *net, Ipaddr gate)
close(fd);
}
-enum
-{
- Mofd= 32,
-};
-struct
-{
- Lock;
-
- int fd[Mofd];
- int cfd[Mofd];
- int n;
-} old;
-
static char*
ipopen(PPP *ppp)
{