diff options
author | Oran Agra <oran@redislabs.com> | 2022-04-27 16:32:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 16:32:17 +0300 |
commit | d375595d5e3ae2e5c29e6c00a2dc3d60578fd9fc (patch) | |
tree | c4d753d3ee0109e3513a879af8c5487e002d10a3 /deps/lua/src/ldebug.c | |
parent | fb4e0d400ff82117104bde5296c477ad95f8dd41 (diff) | |
parent | c1f3020631ea8640f2b6aa666a245dd76635a807 (diff) | |
download | redis-7.0.0.tar.gz |
Merge pull request #10652 from oranagra/redis-7.0.07.0.0
Redis 7.0.0
Diffstat (limited to 'deps/lua/src/ldebug.c')
-rw-r--r-- | deps/lua/src/ldebug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/lua/src/ldebug.c b/deps/lua/src/ldebug.c index 50ad3d380..4940e65a6 100644 --- a/deps/lua/src/ldebug.c +++ b/deps/lua/src/ldebug.c @@ -80,7 +80,6 @@ LUA_API int lua_gethookcount (lua_State *L) { return L->basehookcount; } - LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { int status; CallInfo *ci; |