From a564b7eedbed73bfeb8cb81c4695426ba09d1f08 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Nov 2023 20:46:07 +0100 Subject: [PATCH] test/test_translate_song: remove unused Log() symbol --- test/test_translate_song.cxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx index 2626f79a1..77462d18f 100644 --- a/test/test_translate_song.cxx +++ b/test/test_translate_song.cxx @@ -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 #include -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 {