]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
analyzer: remove redundant typedef
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 8 Jun 2021 18:42:48 +0000 (14:42 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 8 Jun 2021 18:42:48 +0000 (14:42 -0400)
Delete an overzealous copy&paste.

gcc/analyzer/ChangeLog:
* svalue.h (conjured_svalue::iterator_t): Delete.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/analyzer/svalue.h

index 7fe0ba3a603ff28f83a0b4d30a77355de0b9e10f..d9e34aa6b89db2e07b363d6656493586704c7b9b 100644 (file)
@@ -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
   {