Skip to content

Commit

Permalink
core/extern.inc: http_bake_cookies is not called from assembly
Browse files Browse the repository at this point in the history
http_bake_cookies() is never called from assembly code, remove
the declaration.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Mar 2, 2016
1 parent 51c0854 commit 2da4a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/extern.inc
Expand Up @@ -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
Expand Down

0 comments on commit 2da4a8b

Please sign in to comment.