From 9a80f0a5212d8ad6704cebefbaf091a473ab04a4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 29 Apr 2002 08:20:18 +0000 Subject: Removal (or, at least, #ifdeffing out) of unused variables and functions, from David Frascone. svn path=/trunk/; revision=5288 --- packet-mip.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packet-mip.c') diff --git a/packet-mip.c b/packet-mip.c index fee40ead6a..51ba305722 100644 --- a/packet-mip.c +++ b/packet-mip.c @@ -2,7 +2,7 @@ * Routines for Mobile IP dissection * Copyright 2000, Stefan Raab * - * $Id: packet-mip.c,v 1.27 2002/01/24 09:20:49 guy Exp $ + * $Id: packet-mip.c,v 1.28 2002/04/29 08:20:09 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -275,8 +275,6 @@ dissect_mip( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) guint8 flags; nstime_t ident_time; size_t offset=0; - tvbuff_t *extensions_tvb; - size_t dataRemaining; /* Make entries in Protocol column and Info column on summary display */ -- cgit v1.2.1