diff --git a/lualib-src/lua-bson.c b/lualib-src/lua-bson.c index 07fb77e2..70619340 100644 --- a/lualib-src/lua-bson.c +++ b/lualib-src/lua-bson.c @@ -1180,7 +1180,6 @@ luaopen_bson(lua_State *L) { { "timestamp", ltimestamp }, { "regex", lregex }, { "binary", lbinary }, - { "regex", lregex }, { "objectid", lobjectid }, { "decode", ldecode }, { NULL, NULL },