summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-13 16:37:18 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-13 16:37:18 -0800
commitcb67f4df28b4395721bf7da2bfff984e16407cc8 (patch)
tree66dc794c5fb00c9ddf4808c4f756dffab3a1414f /ldlinux.asm
parent046943f30564f7d07c57383d361a5169a87a48cb (diff)
downloadsyslinux-cb67f4df28b4395721bf7da2bfff984e16407cc8.tar.gz
Remove unused variable BufSafeSec
Remove unused variable BufSafeSec; it was identical to BufSafe in every way. At the moment, BufSafe* are always constants; consider if they can be swapped out for constants or if we want to retain them for flexibility.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index d851efea..48c9cd0b 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -1594,7 +1594,6 @@ debug_magic dw 0D00Dh ; Debug code sentinel
alignb 4, db 0
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?
%ifndef DEPEND
%if ( trackbufsize % SECTOR_SIZE ) != 0