#if 0 currently unused code to avoid compiler warning
This commit is contained in:
parent
f511787f31
commit
63c054a61e
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user