Drop 'require_drop_property' as it is not used at all.
That fixes a clang warning.
* include/abg-suppression-priv.h: drop unused argument from type_is_suppressed
Signed-off-by: Matthias Maennich <maennich@google.com>
bool
type_is_suppressed(const ReadContextType& ctxt,
const string& type_name,
- const location& type_location,
- bool require_drop_property = false)
+ const location& type_location)
{
bool type_is_private = false;
return type_is_suppressed(ctxt, type_name, type_location, type_is_private);