#if 0 currently unused code to avoid compiler warning

This commit is contained in:
Jiří Techet 2016-09-09 18:00:41 +02:00
parent f511787f31
commit 63c054a61e

View File

@ -103,6 +103,8 @@ extern boolean isDestinationStdout (void)
return toStdout;
}
#if 0 /* Unused in Geany */
#if defined (HAVE_CLOCK)
# define CLOCK_AVAILABLE
# ifndef CLOCKS_PER_SEC
@ -166,6 +168,8 @@ static void printTotals (const clock_t *const timeStamps)
#endif
}
#endif /* Unused in Geany */
/* wrap g_warning so we don't include glib.h for all parsers, to keep compat with CTags */
void utils_warn(const char *msg)
{