From 0d6fae222f20961a6951b1a1a866012a1d7eb961 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 24 Jan 2021 11:14:19 +0700 Subject: [PATCH] Remove old setup_table optimizer workarounds. (#274) These were for old compilers aren't needed any longer with the new `OPDISP` code arrangement and modern compilers. --- src/xc.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/xc.c b/src/xc.c index f9bd624..53d023c 100644 --- a/src/xc.c +++ b/src/xc.c @@ -1046,15 +1046,6 @@ nextopcode: case 0377: case377: CLARITHEQUAL; -#ifdef OPDISP -#ifdef ISC - case 0400: - goto setup_table; /* to defeat optimizer, so optable exists */ -#elif (DOS && OPDISP) - case 0400: goto setup_table; -#endif /* ISC */ - -#endif /* OPDISP */ #ifdef I386 /* to defeat the damn optimizer, make it look like */