mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-12 19:46:53 +00:00
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 <maennich@google.com>
This commit is contained in:
parent
fe214f0f70
commit
48c8da31c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user