summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/main.c b/cpp/main.c
index dfe0e5c..c4e6cdd 100644
--- a/cpp/main.c
+++ b/cpp/main.c
@@ -59,7 +59,6 @@ static char Usage[] = "Usage: cpp -E -0 -Dxxx -Uxxx -Ixxx infile -o outfile";
case 'K': dialect = DI_KNR; break;
/* Some options for describing the code generator. */
- case 'E': break;
case '0': define_macro("__BCC__");
define_macro("__AS386_16__");
define_macro("__8086__");