]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove FreeBSD case
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Apr 2021 00:12:48 +0000 (19:12 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Apr 2021 00:12:48 +0000 (19:12 -0500)
src/lib/util/debug.c

index b95e7513eb71e764bf89e5b52d9025ae59eb90aa..fcdfdf2f952cd612c3eca531f0b03c22ed38017e 100644 (file)
@@ -174,8 +174,6 @@ char const CC_HINT(used) *__lsan_default_suppressions(void)
                "leak:*getpwnam_r*\n"                   /* libc startup leak - reported by heaptrack */
                "leak:initgroups\n"                     /* libc startup leak - reported by heaptrack */
                "leak:_dl_init"                         /* dl startup leak - reported by heaptrack */
-#elif defined(__FreeBSD__)
-               NULL
 #endif
                ;
 }