From fd3b2b4ae98bad66c8710bd17f9199d69924f683 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 1 Oct 2025 09:59:13 +0300 Subject: [PATCH] doveadm: test-doveadm-util - Remove duplicate symbol 5beff56913f57c42597687e871109e095738946c changed the tests to be linked to libmaster, which added this duplication. --- src/doveadm/test-doveadm-util.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/doveadm/test-doveadm-util.c b/src/doveadm/test-doveadm-util.c index e5b54a8ea8..ac492ce795 100644 --- a/src/doveadm/test-doveadm-util.c +++ b/src/doveadm/test-doveadm-util.c @@ -8,13 +8,6 @@ const struct doveadm_settings *doveadm_settings; /* just to avoid linker error */ -bool version_string_verify(const char *line ATTR_UNUSED, - const char *service_name ATTR_UNUSED, - unsigned int major_version ATTR_UNUSED) -{ - return FALSE; -} - static void test_i_strccdascmp(void) { test_begin("i_strccdascmp()"); -- 2.47.3