test/test_translate_song: remove unused Log() symbol
This commit is contained in:
parent
ebf1fc7ca4
commit
a564b7eedb
|
@ -13,7 +13,6 @@
|
|||
#include "util/Domain.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "ls.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "db/DatabaseSong.hxx"
|
||||
#include "storage/Registry.hxx"
|
||||
#include "storage/StorageInterface.hxx"
|
||||
|
@ -26,12 +25,6 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void
|
||||
Log(LogLevel, const Domain &domain, const char *msg) noexcept
|
||||
{
|
||||
fprintf(stderr, "[%s] %s\n", domain.GetName(), msg);
|
||||
}
|
||||
|
||||
bool
|
||||
uri_supported_scheme(const char *uri) noexcept
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue