aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cups.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-08 21:11:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-08 21:11:23 +0000
commitdd8b8710e80a4714e2f3f75093b954538dfefb1b (patch)
treef1e026e4b964afa62d80f8e6af39d08592d2538a /epan/dissectors/packet-cups.c
parent7be36221d83b8507754567b072ed3574d7d7bc47 (diff)
Remove unused variable.
svn path=/trunk/; revision=32147
Diffstat (limited to 'epan/dissectors/packet-cups.c')
-rw-r--r--epan/dissectors/packet-cups.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cups.c b/epan/dissectors/packet-cups.c
index 4e8e8ade42..01275181e1 100644
--- a/epan/dissectors/packet-cups.c
+++ b/epan/dissectors/packet-cups.c
@@ -337,7 +337,6 @@ get_unquoted_string(tvbuff_t *tvb, gint offset, gint *next_offset, guint *len)
const guint8* s = NULL;
guint l = 0;
gint o;
- guchar found_needle = 0;
o = tvb_pbrk_guint8(tvb, offset, -1, (const guint8*)" \t\r\n", NULL);
if (o != -1) {