From: David Malcolm Date: Tue, 8 Jun 2021 18:42:48 +0000 (-0400) Subject: analyzer: remove redundant typedef X-Git-Tag: basepoints/gcc-13~7013 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c5a5404cb68e5e39e296849944019b93a591646;p=thirdparty%2Fgcc.git analyzer: remove redundant typedef Delete an overzealous copy&paste. gcc/analyzer/ChangeLog: * svalue.h (conjured_svalue::iterator_t): Delete. Signed-off-by: David Malcolm --- diff --git a/gcc/analyzer/svalue.h b/gcc/analyzer/svalue.h index 7fe0ba3a603f..d9e34aa6b89d 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 {