summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1994-11-30 05:31:00 +0000
committerPaul Mackerras <paulus@samba.org>1994-11-30 05:31:00 +0000
commit026086301efc23af5da50eec535f5348a2b90d60 (patch)
tree118a516d6995d69d0790c012fb6c99f78afaafdd /modules
parentf4d5a87c725be4efd3ab91a49498d548ebe0e91c (diff)
downloadppp-026086301efc23af5da50eec535f5348a2b90d60.tar.gz
removed unnecessary variable
Diffstat (limited to 'modules')
-rw-r--r--modules/vjcompress.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/vjcompress.c b/modules/vjcompress.c
index 4b164b3..dd63351 100644
--- a/modules/vjcompress.c
+++ b/modules/vjcompress.c
@@ -24,7 +24,7 @@
* so that the entire packet being decompressed doesn't have
* to be in contiguous memory (just the compressed header).
*
- * $Id: vjcompress.c,v 1.2 1994/09/19 04:20:13 paulus Exp $
+ * $Id: vjcompress.c,v 1.3 1994/11/30 05:31:00 paulus Exp $
*/
#include <sys/types.h>
@@ -438,7 +438,6 @@ vj_uncompress_tcp(buf, buflen, total_len, comp, hdrp, hlenp)
register u_int hlen, changes;
register struct tcphdr *th;
register struct cstate *cs;
- register struct ip *ip;
register u_short *bp;
register u_int vjlen;