diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 25c453fea8..3f968ff5a0 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -996,8 +996,6 @@ extern char *longVersion; #ifdef HAVE_PATHDEF extern char_u *default_vim_dir; extern char_u *default_vimruntime_dir; -extern char_u *all_cflags; -extern char_u *all_lflags; extern char_u *compiled_user; extern char_u *compiled_sys; #endif |