aboutsummaryrefslogtreecommitdiff
path: root/gcc/data-streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/data-streamer.h')
-rw-r--r--gcc/data-streamer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/data-streamer.h b/gcc/data-streamer.h
index 705713c..2a59292 100644
--- a/gcc/data-streamer.h
+++ b/gcc/data-streamer.h
@@ -31,8 +31,6 @@ along with GCC; see the file COPYING3. If not see
static unsigned const BITS_PER_BITPACK_WORD = HOST_BITS_PER_WIDE_INT;
typedef unsigned HOST_WIDE_INT bitpack_word_t;
-DEF_VEC_I(bitpack_word_t);
-DEF_VEC_ALLOC_I(bitpack_word_t, heap);
struct bitpack_d
{