From patchwork Wed Jan 1 00:00:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksei Vetrov via Libabigail X-Patchwork-Id: 39004 X-Patchwork-Original-From: libabigail@sourceware.org (Matthias Maennich via libabigail) From: Aleksei Vetrov via Libabigail Date: Wed, 01 Jan 2020 00:00:00 -0000 Subject: [PATCH] abg-fwd: drop duplicate forward declaration for corpus_sptr Message-ID: <20200127074216.124429-1-maennich@google.com> This declaration has already been done some lines above. Drop the duplicate. * include/abg-fwd.h: drop superfluous forward declaration. Signed-off-by: Matthias Maennich --- include/abg-fwd.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/abg-fwd.h b/include/abg-fwd.h index cbba63424b0c..a71f1e595421 100644 --- a/include/abg-fwd.h +++ b/include/abg-fwd.h @@ -100,10 +100,6 @@ typedef shared_ptr environment_sptr; class location; class location_manager; -class corpus; -/// A convenience typedef for shared pointer to @ref corpus. -typedef shared_ptr corpus_sptr; - class type_or_decl_base; /// A convenience typedef for a shared_ptr to @ref type_or_decl_base. typedef shared_ptr type_or_decl_base_sptr;