* search.c (get_pure_virtuals): Remove unused variables.

From-SVN: r87542
This commit is contained in:
Nathan Sidwell 2004-09-15 11:01:46 +00:00 committed by Nathan Sidwell
parent 16ae29f1e6
commit 69862840f8
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2004-09-15 Nathan Sidwell <nathan@codesourcery.com>
* search.c (get_pure_virtuals): Remove unused variables.
* cp-tree.h (struct lang_decl_flags): Remove
needs_final_overrider.
(DECL_NEEDS_FINAL_OVERRIDER_P): Remove.

View File

@ -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;