refactor: remove unnecessary HAVE_PATHDEF macro

This commit is contained in:
dundargoc
2023-12-27 11:18:45 +01:00
committed by dundargoc
parent e0eb4188bf
commit 7f9fc2fbf0
3 changed files with 1 additions and 14 deletions

View File

@@ -2706,7 +2706,6 @@ void list_version(void)
version_msg("\"\n");
#endif
#ifdef HAVE_PATHDEF
if (*default_vim_dir != NUL) {
version_msg(_(" fall-back for $VIM: \""));
version_msg(default_vim_dir);
@@ -2718,7 +2717,6 @@ void list_version(void)
version_msg(default_vimruntime_dir);
version_msg("\"\n");
}
#endif
}
version_msg(p_verbose > 0