Remove warnings about ignoring return value of removeHeader()

Authored by gjditchfield on Oct 8 2019, 2:54 AM.

Description

Remove warnings about ignoring return value of removeHeader()

Summary:
Most uses of Content::RemoveHeader() do not check its return value;
they want to remove the header if it is present, but don't care if it
isn't. This change silences the unnecessary compilation warnings.

Reviewers: dvratil

Reviewed By: dvratil

Subscribers: kde-pim

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D24484

Details

Committed
gjditchfieldOct 8 2019, 2:06 PM
Reviewer
dvratil
Differential Revision
D24484: Remove warnings about ignoring return value of removeHeader()
Parents
R180:eb72f49cbb74: Port deprecated methods
Branches
Unknown
Tags
Unknown