diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2009-05-02 18:24:10 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-02 12:23:57 -0700 |
commit | 49029ca74eaf5d657d429d9c7c5085e5109d444a (patch) | |
tree | e1d35801c7d903ee05280a4d189fcb8356e74746 /modules | |
parent | 0d699852458728137b4bb9a115e99d0a620c4f6b (diff) | |
download | syslinux-49029ca74eaf5d657d429d9c7c5085e5109d444a.tar.gz |
pxechain: remove unused ipaddrbuf
Remove unused ipaddrbuf.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pxechain.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/pxechain.asm b/modules/pxechain.asm index c78fb2bf..35c19691 100644 --- a/modules/pxechain.asm +++ b/modules/pxechain.asm @@ -556,6 +556,3 @@ close_status: dw 0 PXEOpenParms: open_status: dw 0 open_ciaddr: dd 0 - - section .bss -ipaddrbuf: resb 16 |