Commit 69862840 by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r87542
parent 16ae29f1
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment