File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ static int lcurl_easy_to_s(lua_State *L){
128128
}
129129

130130
static int lcurl_easy_cleanup_storage(lua_State *L, lcurl_easy_t *p){
131-
int top = lua_gettop(L);
132131
int i;
133132

134133
if(p->storage != LUA_NOREF){
@@ -191,8 +190,6 @@ static int lcurl_easy_cleanup_storage(lua_State *L, lcurl_easy_t *p){
191190
for(i = 0; i < LCURL_LIST_COUNT; ++i){
192191
p->lists[i] = LUA_NOREF;
193192
}
194-
195-
assert(lua_gettop(L) == top);
196193
}
197194

198195
static int lcurl_easy_cleanup(lua_State *L){

0 commit comments

Comments
 (0)