diff options
Diffstat (limited to 'src/nvim/getchar.h')
-rw-r--r-- | src/nvim/getchar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/getchar.h b/src/nvim/getchar.h index 79f4f1f8ba..4e962c9b03 100644 --- a/src/nvim/getchar.h +++ b/src/nvim/getchar.h @@ -17,9 +17,6 @@ typedef enum { enum { NSCRIPT = 15, }; ///< Maximum number of streams to read script from -/// Streams to read script from -extern FileDescriptor *scriptin[NSCRIPT]; - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "getchar.h.generated.h" #endif |