Skip to content

Commit

Permalink
Merge pull request #1625 from mlasson/patch-1
Browse files Browse the repository at this point in the history
Unused variable in win32.c
  • Loading branch information
nojb committed Feb 21, 2018
2 parents a7ca6cc + 9c26582 commit e47497c
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 e47497c

Please sign in to comment.