summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash-table.h')
-rw-r--r--gcc/hash-table.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/hash-table.h b/gcc/hash-table.h
index 6df32a2e1aa..2493f2e983a 100644
--- a/gcc/hash-table.h
+++ b/gcc/hash-table.h
@@ -196,14 +196,7 @@ along with GCC; see the file COPYING3. If not see
#ifndef TYPED_HASHTAB_H
#define TYPED_HASHTAB_H
-#ifndef GENERATOR_FILE
#include "ggc.h"
-#else
-template <typename T>
-T *ggc_cleared_vec_alloc (size_t);
-template <typename T>
-T *ggc_alloc ();
-#endif
#include "hashtab.h"
#include <new>