[syslinux:master] lua: Remove additional old cruft from sl_boot_linux()

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Mar 13 20:15:03 PDT 2014


Commit-ID:  c9ec0d59759721ba363a16f1af1b639aa57527b5
Gitweb:     http://www.syslinux.org/commit/c9ec0d59759721ba363a16f1af1b639aa57527b5
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 13 Mar 2014 20:13:43 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 13 Mar 2014 20:13:43 -0700

lua: Remove additional old cruft from sl_boot_linux()

More obsolete cruft...

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

---
 com32/lua/src/syslinux.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/com32/lua/src/syslinux.c b/com32/lua/src/syslinux.c
index 0fb933d..ea702fa 100644
--- a/com32/lua/src/syslinux.c
+++ b/com32/lua/src/syslinux.c
@@ -219,10 +219,6 @@ static int sl_boot_linux(lua_State * L)
        msleep(1000);
      */
 
-    /* Look for specific command-line arguments we care about */
-    if ((arg = find_argument(argp, "mem=")))
-	mem_limit = saturate32(suffix_number(arg));
-
     printf("Loading kernel %s...\n", kernel);
     if (loadfile(kernel, &kernel_data, &kernel_len))
 	printf("failed!\n");


More information about the Syslinux-commits mailing list