* c-tree.h (c_sizeof_nowarn): Remove.
authorJoseph Myers <jsm@polyomino.org.uk>
Sun, 22 Aug 2004 13:02:01 +0000 (14:02 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 22 Aug 2004 13:02:01 +0000 (14:02 +0100)
From-SVN: r86379

gcc/ChangeLog
gcc/c-tree.h

index 13f3e15a9c58da1a4add2217bc949a4d81489cb1..d44f19c9155c234f19ccdfc1f0fcf92231db4583 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-22  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * c-tree.h (c_sizeof_nowarn): Remove.
+
 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * c-decl.c (set_array_declarator_type): Rename to
index e1da715ac8db27a8ea2ed7b36394362044c3cd45..41abd262968c7d4b7b918543da8df3e83e0f10dc 100644 (file)
@@ -220,8 +220,6 @@ extern void c_initialize_diagnostics (diagnostic_context *);
                          ((CONST_P) ? TYPE_QUAL_CONST : 0) |     \
                          ((VOLATILE_P) ? TYPE_QUAL_VOLATILE : 0))
 
-#define c_sizeof_nowarn(T)  c_sizeof_or_alignof_type (T, SIZEOF_EXPR, 0)
-
 /* in c-typeck.c */
 extern struct c_switch *c_switch_stack;