]> git.saurik.com Git - redis.git/commit
mt.declared is no longer needed.
authorantirez <antirez@gmail.com>
Fri, 13 Apr 2012 11:36:08 +0000 (13:36 +0200)
committerantirez <antirez@gmail.com>
Fri, 13 Apr 2012 14:23:29 +0000 (16:23 +0200)
commitd2906893e8c5aaab000cdd150c2be6ce4f453190
tree60fa8332ba06fb3f77aeb5460fd95f9cb72fea20
parent97cab30993d71633d6d9947bf0405d278b239651
mt.declared is no longer needed.

Lua global protection can now be simpified becuase we no longer have the
global() function. It's useless to occupy memory with this table, it is
also not faster because the metamethods we use are only called when a
global object does not exist or we are trying to create it from a
script.
src/scripting.c