From: Timo Sirainen Date: Wed, 1 Oct 2025 06:59:13 +0000 (+0300) Subject: doveadm: test-doveadm-util - Remove duplicate symbol X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd3b2b4ae98bad66c8710bd17f9199d69924f683;p=thirdparty%2Fdovecot%2Fcore.git doveadm: test-doveadm-util - Remove duplicate symbol 5beff56913f57c42597687e871109e095738946c changed the tests to be linked to libmaster, which added this duplication. --- 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()");