[syslinux:master] lua: remove obsolete FIXME comment

syslinux-bot for Geert Stappers stappers at stappers.nl
Tue Jul 20 15:15:28 PDT 2010


Commit-ID:  7eceb896582832c27b1dd09daf521ccf826acf3c
Gitweb:     http://syslinux.zytor.com/commit/7eceb896582832c27b1dd09daf521ccf826acf3c
Author:     Geert Stappers <stappers at stappers.nl>
AuthorDate: Tue, 20 Jul 2010 15:12:36 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 20 Jul 2010 15:14:20 -0700

lua: remove obsolete FIXME comment

Remove an obsolete FIXME comment; the problem was caused by a stale
library.


---
 com32/lua/src/dmi.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/com32/lua/src/dmi.c b/com32/lua/src/dmi.c
index 0c89ea9..d030533 100644
--- a/com32/lua/src/dmi.c
+++ b/com32/lua/src/dmi.c
@@ -15,7 +15,6 @@ static int dmi_gettable(lua_State *L)
 
   lua_newtable(L);
 
-  /* FIXME initalize *dmi */
   if ( ! dmi_iterate(&dmi) ) {
           printf("No DMI Structure found\n");
           return -1;
@@ -279,7 +278,6 @@ static int dmi_supported(lua_State *L)
 {
   s_dmi dmi;
 
-  /* FIXME initalize *dmi */
   if ( dmi_iterate(&dmi) ) {
     lua_pushboolean(L, 1);
   } else {



More information about the Syslinux-commits mailing list