[syslinux:lwip] pxe, http: Remove unused variable

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun May 1 18:12:05 PDT 2011


Commit-ID:  7a97bd6adda1d2bc270a33d8ec774e4c5eb88056
Gitweb:     http://syslinux.zytor.com/commit/7a97bd6adda1d2bc270a33d8ec774e4c5eb88056
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 1 May 2011 18:04:38 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 1 May 2011 18:04:38 -0700

pxe, http: Remove unused variable

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/fs/pxe/http.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/core/fs/pxe/http.c b/core/fs/pxe/http.c
index a3928ba..fef87b0 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;



More information about the Syslinux-commits mailing list