diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index b4bd72fc64..812a6f688c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1130,7 +1130,5 @@ EXTERN char *ignoredp; /* Temporarily moved these static variables to assist in migrating from * os_unix.c */ EXTERN int curr_tmode INIT(= TMODE_COOK); /* contains current terminal mode */ -/* volatile because it is used in signal handler deathtrap(). */ -EXTERN volatile bool in_os_delay INIT(= false); /* sleeping in os_delay() */ #endif /* NEOVIM_GLOBALS_H */ |