Skip to content

Commit

Permalink
fix unused-variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Dec 21, 2024
1 parent 1120c33 commit 1ca0af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ static void call_walk(uv_timer_t* handle) {
int main(int argc, char *argv[]) {

lua_State* L;
int index;
int res;
int errfunc;
uv_loop_t loop;
uv_timer_t timer_handle;

Expand Down

0 comments on commit 1ca0af2

Please sign in to comment.