summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 5f5f60fe0b..fa06e06d8a 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -1716,12 +1716,6 @@ comment_start(char_u *p, int starts_with_colon UNUSED)
*
* This function may be called recursively!
*/
-#if (_MSC_VER == 1200)
-/*
- * Avoid optimisation bug in VC++ version 6.0
- */
- #pragma optimize( "g", off )
-#endif
static char_u *
do_one_cmd(
char_u **cmdlinep,
@@ -2648,9 +2642,6 @@ doend:
return ea.nextcmd;
}
-#if (_MSC_VER == 1200)
- #pragma optimize( "", on )
-#endif
static char ex_error_buf[MSG_BUF_LEN];