aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quakeworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quakeworld.c')
-rw-r--r--epan/dissectors/packet-quakeworld.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-quakeworld.c b/epan/dissectors/packet-quakeworld.c
index aa705d0585..b25aa89330 100644
--- a/epan/dissectors/packet-quakeworld.c
+++ b/epan/dissectors/packet-quakeworld.c
@@ -203,8 +203,6 @@ Cmd_TokenizeString(char* text)
{
int i;
int start;
- int length;
-
/* clear the args from the last string */
for (i=0 ; i<cmd_argc ; i++)
@@ -221,8 +219,6 @@ Cmd_TokenizeString(char* text)
start++;
}
- length = 0;
-
if (*text == '\n') {
/* a newline seperates commands in the buffer */
text++;