From 88c19c21ee50402de25ee57e46b76bf875b69b86 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 21 Jul 2018 07:15:43 +0200 Subject: [PATCH] SongFilter: remove obsolete prototype --- src/SongFilter.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SongFilter.hxx b/src/SongFilter.hxx index 596de07f5..54c4330fc 100644 --- a/src/SongFilter.hxx +++ b/src/SongFilter.hxx @@ -115,9 +115,6 @@ public: bool Parse(ConstBuffer args, bool fold_case=false); - gcc_pure - bool Match(const Tag &tag) const noexcept; - gcc_pure bool Match(const DetachedSong &song) const noexcept;