]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: test-doveadm-util - Remove duplicate symbol main
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 1 Oct 2025 06:59:13 +0000 (09:59 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 1 Oct 2025 12:58:32 +0000 (12:58 +0000)
5beff56913f57c42597687e871109e095738946c changed the tests to be linked to
libmaster, which added this duplication.

src/doveadm/test-doveadm-util.c

index e5b54a8ea8c619bedb8ca6265f00fe10b0b219ab..ac492ce7950a3c56bed5a80e6095f8faaa41d763 100644 (file)
@@ -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()");