summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-02 10:40:49 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-11-02 10:40:49 -0700
commit1d1c872cc5e4bef5611e9cd9441c66ba14f1323e (patch)
treeebb7f3f72bb91a97fc160bdb64ad66de20632e67
parent816346554f9f2ef552639f7b4fbf413ea5ba8363 (diff)
downloadsyslinux-1d1c872cc5e4bef5611e9cd9441c66ba14f1323e.tar.gz
Remove unused EndOfGetcBuf
-rw-r--r--extlinux.asm1
-rw-r--r--isolinux.asm1
-rw-r--r--ldlinux.asm1
-rw-r--r--pxelinux.asm1
4 files changed, 0 insertions, 4 deletions
diff --git a/extlinux.asm b/extlinux.asm
index 18e9a480..15552804 100644
--- a/extlinux.asm
+++ b/extlinux.asm
@@ -1573,7 +1573,6 @@ debug_magic dw 0D00Dh ; Debug code sentinel
BufSafe dw trackbufsize/SECTOR_SIZE ; Clusters we can load into trackbuf
BufSafeSec dw trackbufsize/SECTOR_SIZE ; = how many sectors?
BufSafeBytes dw trackbufsize ; = how many bytes?
-EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes
%ifndef DEPEND
%if ( trackbufsize % SECTOR_SIZE ) != 0
%error trackbufsize must be a multiple of SECTOR_SIZE
diff --git a/isolinux.asm b/isolinux.asm
index 8f0a28a9..5ae5e050 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -1572,7 +1572,6 @@ img_table:
BufSafe dw trackbufsize/SECTOR_SIZE ; Clusters we can load into trackbuf
BufSafeSec dw trackbufsize/SECTOR_SIZE ; = how many sectors?
BufSafeBytes dw trackbufsize ; = how many bytes?
-EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes
%ifndef DEPEND
%if ( trackbufsize % SECTOR_SIZE ) != 0
%error trackbufsize must be a multiple of SECTOR_SIZE
diff --git a/ldlinux.asm b/ldlinux.asm
index b882d732..d851efea 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -1596,7 +1596,6 @@ debug_magic dw 0D00Dh ; Debug code sentinel
BufSafe dw trackbufsize/SECTOR_SIZE ; Clusters we can load into trackbuf
BufSafeSec dw trackbufsize/SECTOR_SIZE ; = how many sectors?
BufSafeBytes dw trackbufsize ; = how many bytes?
-EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes
%ifndef DEPEND
%if ( trackbufsize % SECTOR_SIZE ) != 0
%error trackbufsize must be a multiple of SECTOR_SIZE
diff --git a/pxelinux.asm b/pxelinux.asm
index 625ffb2d..eef55a29 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -2609,7 +2609,6 @@ ServerPort dw TFTP_PORT ; TFTP server port
BufSafe dw trackbufsize/TFTP_BLOCKSIZE ; Clusters we can load into trackbuf
BufSafeSec dw trackbufsize/512 ; = how many sectors?
BufSafeBytes dw trackbufsize ; = how many bytes?
-EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes
%ifndef DEPEND
%if ( trackbufsize % TFTP_BLOCKSIZE ) != 0
%error trackbufsize must be a multiple of TFTP_BLOCKSIZE