[syslinux:master] isolinux: remove broken and obsolete open_file_t

syslinux-bot for H. Peter Anvin hpa at zytor.com
Mon Apr 25 20:21:02 PDT 2011


Commit-ID:  faf815967c276bab95989d22a62b8378d7ebf6f3
Gitweb:     http://syslinux.zytor.com/commit/faf815967c276bab95989d22a62b8378d7ebf6f3
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 25 Apr 2011 20:18:07 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 25 Apr 2011 20:18:07 -0700

isolinux: remove broken and obsolete open_file_t

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/isolinux.asm |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/core/isolinux.asm b/core/isolinux.asm
index da256c3..7a871f0 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -52,22 +52,6 @@ vk_append:	resb max_cmd_len+1	; Command line
 vk_end:		equ $			; Should be <= vk_size
 		endstruc
 
-;
-; File structure.  This holds the information for each currently open file.
-;
-		struc open_file_t
-file_sector	resd 1			; Sector pointer (0 = structure free)
-file_bytesleft	resd 1			; Number of bytes left
-file_left	resd 1			; Number of sectors left
-		resd 1			; Unused
-		endstruc
-
-%ifndef DEPEND
-%if (open_file_t_size & (open_file_t_size-1))
-%error "open_file_t is not a power of 2"
-%endif
-%endif
-
 ; ---------------------------------------------------------------------------
 ;   BEGIN CODE
 ; ---------------------------------------------------------------------------



More information about the Syslinux-commits mailing list