summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{