diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-10-07 09:59:00 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-07 10:23:15 +0000 |
commit | ea357eb320f99d0218782a0c0c68c55514e4513c (patch) | |
tree | 6fe528a875efe35616c1117bf9b5f37d77f28011 /src/nvim/globals.h | |
parent | a1901941f8de5de54e0da1fe314d92bf705bca38 (diff) | |
download | rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.tar.gz rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.tar.bz2 rneovim-ea357eb320f99d0218782a0c0c68c55514e4513c.zip |
version: remove "Compilation" and "Linking" messages.
Can't reliably get this information from cmake (#1267), so it's
misleading to show these messages at all. We can always revert this
commit if we find a way later.
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 |