[syslinux:master] core/extern.inc: http_bake_cookies is not called from assembly

syslinux-bot for H. Peter Anvin hpa at zytor.com
Tue Mar 1 20:45:05 PST 2016


Commit-ID:  2da4a8b20c3b99106d9edeaf38a3d656f653ff8c
Gitweb:     http://www.syslinux.org/commit/2da4a8b20c3b99106d9edeaf38a3d656f653ff8c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 1 Mar 2016 20:34:41 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 1 Mar 2016 20:34:41 -0800

core/extern.inc: http_bake_cookies is not called from assembly

http_bake_cookies() is never called from assembly code, remove
the declaration.

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

---
 core/extern.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/extern.inc b/core/extern.inc
index 32efa58..f546023 100644
--- a/core/extern.inc
+++ b/core/extern.inc
@@ -54,7 +54,7 @@
 
 %if IS_PXELINUX
 	; pxe.c
-	extern unload_pxe, reset_pxe, http_bake_cookies
+	extern unload_pxe, reset_pxe
 %endif
 
 	; plaincon.c


More information about the Syslinux-commits mailing list