public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Remove unused function
@ 2022-06-29 10:27 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-29 10:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:198d0dfbfadbb1f4593d61a15f707b90a91253c8

commit 198d0dfbfadbb1f4593d61a15f707b90a91253c8
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Mon Jun 27 11:41:37 2022 +0100

    Remove unused function

Diff:
---
 gcc/rust/resolve/rust-ast-resolve-base.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/rust/resolve/rust-ast-resolve-base.h b/gcc/rust/resolve/rust-ast-resolve-base.h
index 395e71074dc..61583fc96dd 100644
--- a/gcc/rust/resolve/rust-ast-resolve-base.h
+++ b/gcc/rust/resolve/rust-ast-resolve-base.h
@@ -205,8 +205,6 @@ protected:
       resolved_node (UNKNOWN_NODEID), parent (parent)
   {}
 
-  bool resolved () const { return resolved_node != UNKNOWN_NODEID; }
-
   /**
    * Resolve a visibility's path through the name resolver
    */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-29 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 10:27 [gcc/devel/rust/master] Remove unused function Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).