remove dup line

This commit is contained in:
Cloud Wu
2014-07-21 14:37:22 +08:00
parent 7bdbdcd054
commit 362d6822bf

View File

@@ -1180,7 +1180,6 @@ luaopen_bson(lua_State *L) {
{ "timestamp", ltimestamp },
{ "regex", lregex },
{ "binary", lbinary },
{ "regex", lregex },
{ "objectid", lobjectid },
{ "decode", ldecode },
{ NULL, NULL },