From 48c8da31c0200b041f002d16122aef119c43efb4 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Sat, 25 Jan 2020 23:02:00 +0000 Subject: [PATCH] abg-fwd: drop duplicate forward declaration for corpus_sptr 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 cbba6342..a71f1e59 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; -- 2.34.1