Skip to content

Commit b6f3e44

Browse files
committed
Remove unused function luv_gc_cb
Last usage was removed in ff5e902 (#654) Closes #771
1 parent af49b7b commit b6f3e44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/handle.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ static void luv_handle_free(uv_handle_t* handle) {
133133
free(handle);
134134
}
135135

136-
static void luv_gc_cb(uv_handle_t* handle) {
137-
luv_close_cb(handle);
138-
luv_handle_free(handle);
139-
}
140-
141136
static int luv_handle_gc(lua_State* L) {
142137
uv_handle_t** udata = (uv_handle_t**)lua_touserdata(L, 1);
143138
uv_handle_t* handle = *udata;

0 commit comments

Comments
 (0)