From 7eceb896582832c27b1dd09daf521ccf826acf3c Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Tue, 20 Jul 2010 15:12:36 -0700 Subject: [PATCH] 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 file changed, 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 { -- 2.7.4