diff options
author | chai <chaifix@163.com> | 2018-08-15 18:27:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-15 18:27:30 +0800 |
commit | be9b27dbf550093b555ab3087c11b38c89ab9fd0 (patch) | |
tree | ddd96bb71b3ad3a32ae844a38bb95525bd0b0666 /src/lua/bit | |
parent | ac9079ff1449e2638cbf7339edcc6e4b186e5eaa (diff) |
*update
Diffstat (limited to 'src/lua/bit')
-rw-r--r-- | src/lua/bit/luaopen_bit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/bit/luaopen_bit.cpp b/src/lua/bit/luaopen_bit.cpp index 9610a84..9520909 100644 --- a/src/lua/bit/luaopen_bit.cpp +++ b/src/lua/bit/luaopen_bit.cpp @@ -71,8 +71,6 @@ namespace lua { "bRs", l_rshift }, { "bInc", l_include }, - // , offset - { 0, 0 } }; |