aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2021-06-08 14:42:48 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2021-06-08 14:42:48 -0400
commit8c5a5404cb68e5e39e296849944019b93a591646 (patch)
treed1a1f0b57594a334200473f13ebc37c0ca1ce42d /gcc
parent91349e57bbfd010156b9128b2ad751c8843e7245 (diff)
downloadgcc-8c5a5404cb68e5e39e296849944019b93a591646.zip
gcc-8c5a5404cb68e5e39e296849944019b93a591646.tar.gz
gcc-8c5a5404cb68e5e39e296849944019b93a591646.tar.bz2
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>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/analyzer/svalue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/analyzer/svalue.h b/gcc/analyzer/svalue.h
index 7fe0ba3..d9e34aa 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
{