diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-27 22:19:44 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-27 22:19:44 +0000 |
commit | 2f531bc782386106af9c8f297594a13c81ae660c (patch) | |
tree | 69f565f2bab115b3662d43441fde35e4d05a572f /util-src/encodings.c | |
parent | 29f906c30d10ce983b6c034d88bf7a3c8b576bb0 (diff) | |
parent | 77b653d31a2a47e92cae7ddfa18961bdc2b365e8 (diff) | |
download | prosody-2f531bc782386106af9c8f297594a13c81ae660c.tar.gz prosody-2f531bc782386106af9c8f297594a13c81ae660c.zip |
Merge with merge merge merge
Diffstat (limited to 'util-src/encodings.c')
-rw-r--r-- | util-src/encodings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-src/encodings.c b/util-src/encodings.c index 529a6c22..5fa9706b 100644 --- a/util-src/encodings.c +++ b/util-src/encodings.c @@ -475,7 +475,6 @@ LUALIB_API int luaopen_util_encodings(lua_State *L) luaL_register(L, NULL, Reg_utf8); lua_setfield(L, -2, "utf8"); - lua_pushliteral(L, "version"); /** version */ lua_pushliteral(L, "-3.14"); lua_setfield(L, -2, "version"); return 1; |