summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-05-01 18:04:38 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-05-01 18:04:38 -0700
commit7a97bd6adda1d2bc270a33d8ec774e4c5eb88056 (patch)
tree52c786cbed79900b761ebee3635b4268c65f1b9e
parent93d1308315e5211ec0e24259e872844732bc396c (diff)
downloadsyslinux-7a97bd6adda1d2bc270a33d8ec774e4c5eb88056.tar.gz
pxe, http: Remove unused variable
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-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;