Skip to content

Commit

Permalink
fixes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Nov 14, 2023
1 parent b5bf364 commit b51aa45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binding/lua_select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ namespace bee::lua_select {
auto rset = ctx.readfds.ptr();
auto wset = ctx.writefds.ptr();
auto rlen = rset->fd_count;
auto wlen = wset->fd_count;
if (ctx.i < rset->fd_count) {
auto fd = rset->fd_array[ctx.i];
findref(L, lua_upvalueindex(1), (net::fd_t)fd);
Expand Down

0 comments on commit b51aa45

Please sign in to comment.