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.
This commit is contained in:
Justin M. Keyes
2014-10-07 09:59:00 +00:00
parent a1901941f8
commit ea357eb320
3 changed files with 0 additions and 9 deletions

View File

@@ -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