aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index e7084ae..5a4f88e 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -43,8 +43,6 @@ Boston, MA 02111-1307, USA. */
#include "ggc.h"
#include "tm_p.h"
-#define CEIL(x,y) (((x) + (y) - 1) / (y))
-
/* Decide whether a function's arguments should be processed
from first to last or from last to first.