aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2006-12-24 20:57:35 +0000
committerAndreas Tobler <andreast@gcc.gnu.org>2006-12-24 21:57:35 +0100
commit664400c666bf062380fa835aa9bdf272535bc642 (patch)
treed20dffbbbe5e81bca5053b4ba16619b03fa886f7 /gcc/config/pa
parent497f1b8117dd1d040719a1984779f224077235e0 (diff)
downloadgcc-664400c666bf062380fa835aa9bdf272535bc642.zip
gcc-664400c666bf062380fa835aa9bdf272535bc642.tar.gz
gcc-664400c666bf062380fa835aa9bdf272535bc642.tar.bz2
pa.c: Remove heap vector type defines.
2006-12-24 Andreas Tobler <a.tobler@schweiz.org> * config/pa/pa.c: Remove heap vector type defines. From-SVN: r120191
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 7b274fd..29e449d 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -4159,9 +4159,6 @@ hppa_pic_save_rtx (void)
#define NO_DEFERRED_PROFILE_COUNTERS 0
#endif
-/* Define heap vector type for funcdef numbers. */
-DEF_VEC_I(int);
-DEF_VEC_ALLOC_I(int,heap);
/* Vector of funcdef numbers. */
static VEC(int,heap) *funcdef_nos;