aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-08-27 16:48:31 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2004-08-27 16:48:31 +0000
commite3861d2a1b0dc8389f5261b78adf4eb621b74251 (patch)
tree3e5dfead5d88ae6d7e7754314de8fdfb30ffd5af /gcc/stor-layout.c
parentce552f75de9316942eb2762787ade0ac7684e299 (diff)
downloadgcc-e3861d2a1b0dc8389f5261b78adf4eb621b74251.zip
gcc-e3861d2a1b0dc8389f5261b78adf4eb621b74251.tar.gz
gcc-e3861d2a1b0dc8389f5261b78adf4eb621b74251.tar.bz2
stor-layout.c (sizetype_set): Remove.
* stor-layout.c (sizetype_set): Remove. (set_sizetype): Don't test or set it. From-SVN: r86668
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 3141e7d..30eec87 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -37,9 +37,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "regs.h"
#include "params.h"
-/* Set to one when set_sizetype has been called. */
-static int sizetype_set;
-
/* Data type for the expressions representing sizes of data types.
It is the first integer type laid out. */
tree sizetype_tab[(int) TYPE_KIND_LAST];
@@ -1887,8 +1884,6 @@ set_sizetype (tree type)
2 * HOST_BITS_PER_WIDE_INT);
tree t;
- if (sizetype_set)
- abort ();
if (TYPE_UNSIGNED (type) != TYPE_UNSIGNED (sizetype))
abort ();