From: Nathan Sidwell Date: Wed, 15 Sep 2004 11:01:46 +0000 (+0000) Subject: * search.c (get_pure_virtuals): Remove unused variables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69862840f83766fea2fd4e55d1e2c4cb7ffaa424;p=gcc.git * search.c (get_pure_virtuals): Remove unused variables. From-SVN: r87542 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a2bdd496aae..f886a1e0227 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2004-09-15 Nathan Sidwell + * 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. 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;