aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 19:25:46 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 19:25:50 +0200
commitcf98b0e261ab40e199ff505a27510a56762c8091 (patch)
treef09b1b5bf80bcb586faf1aabcd3fdff0a1eeee92 /test
parenta24589d46e822975fcd81a72a3d29d3c3e340277 (diff)
downloadmpd-cf98b0e261ab40e199ff505a27510a56762c8091.tar.gz
mpd-cf98b0e261ab40e199ff505a27510a56762c8091.tar.xz
mpd-cf98b0e261ab40e199ff505a27510a56762c8091.zip
test/dump_rva2: remove fake Tag symbols
Diffstat (limited to 'test')
-rw-r--r--test/dump_rva2.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx
index 068faf252..bbc6f471a 100644
--- a/test/dump_rva2.cxx
+++ b/test/dump_rva2.cxx
@@ -18,7 +18,6 @@
*/
#include "config.h"
-#include "tag/Tag.hxx"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "replay_gain_info.h"
@@ -42,14 +41,6 @@ config_get_string(gcc_unused enum ConfigOption option,
return default_value;
}
-void
-Tag::AddItem(gcc_unused enum tag_type type,
- gcc_unused const char *value)
-{
-}
-
-Tag::~Tag() {}
-
int main(int argc, char **argv)
{
#ifdef HAVE_LOCALE_H