summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-22 13:02:01 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-22 13:02:01 +0000
commitaa951e73c15ab8273794a0267ca82c4a55c5e6f7 (patch)
tree7a121b583c4a1fc23aadbb5db708b6c7fe94a3cd /gcc/c-tree.h
parent6a914f634042e0c84bbbb243e680698a4771d1fb (diff)
downloadgcc-aa951e73c15ab8273794a0267ca82c4a55c5e6f7.tar.gz
* c-tree.h (c_sizeof_nowarn): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index e1da715ac8d..41abd262968 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -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;