summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/fs/pxe/http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fs/pxe/http.c b/core/fs/pxe/http.c
index a3928ba8..fef87b0a 100644
--- a/core/fs/pxe/http.c
+++ b/core/fs/pxe/http.c
@@ -55,7 +55,6 @@ static size_t http_do_bake_cookies(char *q)
{
static const char uchexchar[16] = "0123456789ABCDEF";
int i;
- size_t len;
size_t n = 0;
const char *p;
char c;