diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-25 23:19:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-25 23:19:29 +0200 |
commit | 78c7e274f27c68bf86b0a68411b128c6945d1f6a (patch) | |
tree | 1ac2c081619b2739978337846d72c6d5e88e9b28 /src/ex_cmds.c | |
parent | 424d74bb20335940e938a5b4708fc0d6b73f0de3 (diff) | |
download | vim-78c7e274f27c68bf86b0a68411b128c6945d1f6a.zip |
patch 7.4.2253
Problem: Check for Windows 3.1 will always return false. (Christian
Brabandt)
Solution: Remove the dead code.
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index d690f39a2..72d480cc9 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -1927,11 +1927,7 @@ write_viminfo(char_u *file, int forceit) #ifdef UNIX shortname, #else -# ifdef FEAT_GUI_W32 - gui_is_win32s(), -# else FALSE, -# endif #endif fname, #ifdef VMS |