From faf815967c276bab95989d22a62b8378d7ebf6f3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 25 Apr 2011 20:18:07 -0700 Subject: isolinux: remove broken and obsolete open_file_t Signed-off-by: H. Peter Anvin --- core/isolinux.asm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'core/isolinux.asm') diff --git a/core/isolinux.asm b/core/isolinux.asm index da256c3b..7a871f0e 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 ; --------------------------------------------------------------------------- -- cgit