public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1300] analyzer: remove redundant typedef
@ 2021-06-08 18:43 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2021-06-08 18:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8c5a5404cb68e5e39e296849944019b93a591646

commit r12-1300-g8c5a5404cb68e5e39e296849944019b93a591646
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Tue Jun 8 14:42:48 2021 -0400

    analyzer: remove redundant typedef
    
    Delete an overzealous copy&paste.
    
    gcc/analyzer/ChangeLog:
            * svalue.h (conjured_svalue::iterator_t): Delete.
    
    Signed-off-by: David Malcolm <dmalcolm@redhat.com>

Diff:
---
 gcc/analyzer/svalue.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/analyzer/svalue.h b/gcc/analyzer/svalue.h
index 7fe0ba3a603..d9e34aa6b89 100644
--- a/gcc/analyzer/svalue.h
+++ b/gcc/analyzer/svalue.h
@@ -1073,8 +1073,6 @@ namespace ana {
 class conjured_svalue : public svalue
 {
 public:
-  typedef binding_map::iterator_t iterator_t;
-
   /* A support class for uniquifying instances of conjured_svalue.  */
   struct key_t
   {


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

only message in thread, other threads:[~2021-06-08 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 18:43 [gcc r12-1300] analyzer: remove redundant typedef David Malcolm

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).