aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 9cddc53..9eeb409 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -30,8 +30,6 @@ Boston, MA 02111-1307, USA. */
#include "toplev.h"
#include "ggc.h"
-#define CEIL(x,y) (((x) + (y) - 1) / (y))
-
/* Data type for the expressions representing sizes of data types.
It is the first integer type laid out. */