aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-23 06:06:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-23 06:06:03 +0000
commit0b36cbc48b3a7389e4cb364955b4a93256994143 (patch)
tree56458b99621af27079f1c14cccdb0f1472771a07 /packet-x11.c
parent6fe4d53a37b47ac1fd7af901e2294e881c24b9d1 (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=5227
Diffstat (limited to 'packet-x11.c')
-rw-r--r--packet-x11.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-x11.c b/packet-x11.c
index 9d3368cd3d..a56cb6f3fd 100644
--- a/packet-x11.c
+++ b/packet-x11.c
@@ -2,7 +2,7 @@
* Routines for X11 dissection
* Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
*
- * $Id: packet-x11.c,v 1.42 2002/04/23 06:01:01 guy Exp $
+ * $Id: packet-x11.c,v 1.43 2002/04/23 06:06:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3101,7 +3101,6 @@ static void dissect_x11_requests(tvbuff_t *tvb, packet_info *pinfo,
const char *volatile sep = NULL;
conversation_t *conversation;
x11_conv_data_t *volatile state_info;
- int byte_order;
int length;
tvbuff_t *next_tvb;