From e47baca75a3854c9f3065c554d6758bd23c5d73f Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 25 Nov 2002 10:38:47 -0200
Subject: warnings from Visual C++

---
 ltable.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'ltable.c')

diff --git a/ltable.c b/ltable.c
index 1250877a..d2811feb 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
 /*
-** $Id: ltable.c,v 1.122 2002/11/14 11:51:50 roberto Exp roberto $
+** $Id: ltable.c,v 1.123 2002/11/14 16:15:53 roberto Exp roberto $
 ** Lua tables (hash)
 ** See Copyright Notice in lua.h
 */
@@ -86,8 +86,6 @@ Node *luaH_mainposition (const Table *t, const TObject *key) {
     default:
       return hashpointer(t, gcvalue(key));
   }
-  lua_assert(0);
-  return 0;  /* to avoid warnings */
 }
 
 
-- 
cgit v1.2.3-55-g6feb