From 3d938aa33a60c7e7fd343d70be44f9fd604bf243 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 7 Jan 2003 05:55:14 +0100 Subject: [PATCH] running gcc -E on a .i file does not work --- ccache.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ccache.c b/ccache.c index af217284f..43aaf0b7e 100644 --- a/ccache.c +++ b/ccache.c @@ -76,8 +76,6 @@ static struct { {"CXX", "ii"}, {"c++", "ii"}, {"C++", "ii"}, - {"i", "i"}, - {"ii", "ii"}, {NULL, NULL}}; /* -- 2.47.3