aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-01 20:34:41 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-01 20:34:41 -0800
commit2da4a8b20c3b99106d9edeaf38a3d656f653ff8c (patch)
treea9c5ac5c5538718a805b7e4bc12c0ca2b1ad3118
parent51c0854d83857f81e922d6916ee540a1e76ebd15 (diff)
downloadsyslinux-2da4a8b20c3b99106d9edeaf38a3d656f653ff8c.tar.gz
syslinux-2da4a8b20c3b99106d9edeaf38a3d656f653ff8c.tar.xz
syslinux-2da4a8b20c3b99106d9edeaf38a3d656f653ff8c.zip
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@zytor.com>
-rw-r--r--core/extern.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/extern.inc b/core/extern.inc
index 32efa58c..f5460232 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