X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c9edd1b28ae429e6c34462917fcb5c9d616e0ef8..6663653f515285aebe772663a24c381929c3e512:/src/redis.h diff --git a/src/redis.h b/src/redis.h index bd4ef5a1..5a3d1a9c 100644 --- a/src/redis.h +++ b/src/redis.h @@ -717,7 +717,6 @@ struct redisServer { int lua_timedout; /* True if we reached the time limit for script execution. */ int lua_kill; /* Kill the script if true. */ - int lua_protect_globals; /* If true globals must be declared */ /* Assert & bug reportign */ char *assert_failed; char *assert_file; @@ -1103,8 +1102,6 @@ void clusterPropagatePublish(robj *channel, robj *message); /* Scripting */ void scriptingInit(void); -void scriptingEnableGlobalsProtection(lua_State *lua); -void scriptingDisableGlobalsProtection(lua_State *lua); /* Git SHA1 */ char *redisGitSHA1(void);