mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user