summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-04 21:16:35 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-04 21:16:35 +0000
commit2317284d1bce300292327571439863b05b8e4522 (patch)
tree9318dd2a3458d7417e6d622486b8711d3eeec89e /src
parentb4022957c1a7d2f0249b400a0fef0d3224135b9d (diff)
updated for version 7.0030
Diffstat (limited to 'src')
-rw-r--r--src/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h
index 97e2f90cd0..efe74fe410 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1264,9 +1264,6 @@ EXTERN char_u e_invcmd[] INIT(=N_("E476: Invalid command"));
#ifdef UNIX
EXTERN char_u e_isadir2[] INIT(=N_("E17: \"%s\" is a directory"));
#endif
-#ifdef FEAT_EVAL
-EXTERN char_u e_letunexp[] INIT(=N_("E18: Unexpected characters before '='"));
-#endif
#ifdef FEAT_LIBCALL
EXTERN char_u e_libcall[] INIT(=N_("E364: Library call failed for \"%s()\""));
#endif