* src/connect.c (connect_cleanup): Only needed with DEBUG_MALLOC or TESTING

This commit is contained in:
Tim Rühsen 2020-02-27 14:26:31 +01:00
parent 8010507d73
commit 6938c84aa4

View File

@ -1046,6 +1046,7 @@ fd_close (int fd)
}
}
#if defined DEBUG_MALLOC || defined TESTING
void
connect_cleanup(void)
{
@ -1060,3 +1061,4 @@ connect_cleanup(void)
transport_map = NULL;
}
}
#endif