Skip to content

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlasson committed Feb 21, 2018
1 parent 175ad5b commit 9c26582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions byterun/win32.c
Expand Up @@ -299,8 +299,6 @@ static volatile sighandler ctrl_handler_action = SIG_DFL;

static BOOL WINAPI ctrl_handler(DWORD event)
{
int saved_mode;

/* Only ctrl-C and ctrl-Break are handled */
if (event != CTRL_C_EVENT && event != CTRL_BREAK_EVENT) return FALSE;
/* Default behavior is to exit, which we get by not handling the event */
Expand Down

0 comments on commit 9c26582

Please sign in to comment.