aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-09-15 11:01:46 +0000
committerNathan Sidwell <nathan@codesourcery.com>2004-09-15 11:01:46 +0000
commitf2ff5819121872416907fab602f0eff9f3a51f8b (patch)
treec49f030489fa46533f6c9543487ba02f10974840 /gcc/cp/search.c
parentf68642e9d962dc4245049a59cea7ee3c07707d56 (diff)
* search.c (get_pure_virtuals): Remove unused variables.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r--gcc/cp/search.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c
index 99a945352e1..f547e6c8ee7 100644
--- a/gcc/cp/search.c
+++ b/gcc/cp/search.c
@@ -1890,10 +1890,6 @@ dfs_get_pure_virtuals (tree binfo, void *data)
void
get_pure_virtuals (tree type)
{
- unsigned ix;
- tree binfo;
- VEC (tree) *vbases;
-
/* Clear the CLASSTYPE_PURE_VIRTUALS list; whatever is already there
is going to be overridden. */
CLASSTYPE_PURE_VIRTUALS (type) = NULL_TREE;