]> 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 11:36:08 +0000 (13:36 +0200)
commitd86c4a7bf0989f2466c3742a09a9c72633b5f0ba
tree6353c05d250010246e107fd6c6c4984e393f955d
parent6663653f515285aebe772663a24c381929c3e512
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