test/dump_rva2: remove obsolete fake function config_get_string()

This commit is contained in:
Max Kellermann 2018-08-19 22:39:22 +02:00
parent c99416fbe0
commit f865e1393c

View File

@ -21,7 +21,6 @@
#include "tag/Id3Load.hxx"
#include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include "config/Global.hxx"
#include "thread/Mutex.hxx"
#include "fs/Path.hxx"
#include "input/InputStream.hxx"
@ -37,13 +36,6 @@
#include <stdlib.h>
#include <stdio.h>
const char *
config_get_string(gcc_unused enum ConfigOption option,
const char *default_value) noexcept
{
return default_value;
}
static void
DumpReplayGainTuple(const char *name, const ReplayGainTuple &tuple)
{