* src/convert.c (convert_cleanup): Only compile for DEBUG_MALLOC or TESTING

This commit is contained in:
Tim Rühsen 2020-02-27 19:53:15 +01:00
parent a3d3322a48
commit e52e418bdd

View File

@ -1029,6 +1029,7 @@ static void downloaded_files_free (void);
/* Cleanup the data structures associated with this file. */
#if defined DEBUG_MALLOC || defined TESTING
void
convert_cleanup (void)
{
@ -1050,6 +1051,7 @@ convert_cleanup (void)
if (converted_files)
string_set_free (converted_files);
}
#endif
/* Book-keeping code for downloaded files that enables extension
hacks. */