util.encodings: Removed a bit of unreachable code.

This commit is contained in:
Waqas Hussain 2009-10-02 16:46:39 +05:00
parent eadb0d45b9
commit 724ffca435

View file

@ -108,7 +108,6 @@ static int Lbase64_decode(lua_State *L) /** decode(s) */
break; break;
} }
} }
return 0;
} }
static const luaL_Reg Reg_base64[] = static const luaL_Reg Reg_base64[] =