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 }, { "timestamp", ltimestamp },
{ "regex", lregex }, { "regex", lregex },
{ "binary", lbinary }, { "binary", lbinary },
{ "regex", lregex },
{ "objectid", lobjectid }, { "objectid", lobjectid },
{ "decode", ldecode }, { "decode", ldecode },
{ NULL, NULL }, { NULL, NULL },