abg-fwd: drop duplicate forward declaration for corpus_sptr
authorMatthias Maennich <maennich@google.com>
Sat, 25 Jan 2020 23:02:00 +0000 (23:02 +0000)
committerMatthias Maennich <maennich@google.com>
Mon, 27 Jan 2020 07:39:54 +0000 (07:39 +0000)
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 <maennich@google.com>
include/abg-fwd.h

index cbba634..a71f1e5 100644 (file)
@@ -100,10 +100,6 @@ typedef shared_ptr<environment> environment_sptr;
 class location;
 class location_manager;
 
-class corpus;
-/// A convenience typedef for shared pointer to @ref corpus.
-typedef shared_ptr<corpus> 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> type_or_decl_base_sptr;