From 04fd9e4d5da8ae63af08aebc32d2e234ea7b20f5 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Mon, 27 Feb 2017 20:48:55 -0800 Subject: [PATCH] Remove unused variable in incoming.c --- src/incoming.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/incoming.c b/src/incoming.c index a989c4f..67f3f9b 100644 --- a/src/incoming.c +++ b/src/incoming.c @@ -1054,7 +1054,6 @@ int incoming_parse(struct worker_t *self, struct client_t *c, char *s, int len) /* How much there really is data? */ pb->packet_len = p - pb->data; - packet_end = p; /* for easier overflow checking expressions */ /* fill necessary info for parsing and dupe checking in the packet buffer */ pb->srcname = pb->data; pb->srcname_len = src_len;