summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-20 13:55:06 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-20 13:55:06 +0100
commitcf7164a088664961e7d70dd100c5874dc5ceb293 (patch)
tree93cf8f7643786a9cb9488852b73c1ef480031ee1 /src/eval.c
parent065bbac8adfe29a09958570237d223457f235c6c (diff)
downloadvim-cf7164a088664961e7d70dd100c5874dc5ceb293.zip
patch 7.4.1364
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eval.c b/src/eval.c
index 8afd52e0b..017decc4a 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -13235,9 +13235,6 @@ f_has(typval_T *argvars, typval_T *rettv)
#ifdef VMS
"vms",
#endif
-#ifdef WIN16
- "win16",
-#endif
#ifdef WIN32
"win32",
#endif