updated for version 7.0030
diff --git a/src/globals.h b/src/globals.h
index 97e2f90..efe74fe 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1264,9 +1264,6 @@
 #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