From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2209) id 34FB93980806; Tue, 8 Jun 2021 18:43:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 34FB93980806 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: David Malcolm To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1300] analyzer: remove redundant typedef X-Act-Checkin: gcc X-Git-Author: David Malcolm X-Git-Refname: refs/heads/master X-Git-Oldrev: 91349e57bbfd010156b9128b2ad751c8843e7245 X-Git-Newrev: 8c5a5404cb68e5e39e296849944019b93a591646 Message-Id: <20210608184327.34FB93980806@sourceware.org> Date: Tue, 8 Jun 2021 18:43:27 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2021 18:43:27 -0000 https://gcc.gnu.org/g:8c5a5404cb68e5e39e296849944019b93a591646 commit r12-1300-g8c5a5404cb68e5e39e296849944019b93a591646 Author: David Malcolm 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 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 {