test/test_translate_song: remove unused Log() symbol

This commit is contained in:
Max Kellermann 2023-11-21 20:46:07 +01:00
parent ebf1fc7ca4
commit a564b7eedb
1 changed files with 0 additions and 7 deletions

View File

@ -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
{