* search.c (get_pure_virtuals): Remove unused variables.
From-SVN: r87542
This commit is contained in:
parent
16ae29f1e6
commit
69862840f8
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue