diff --git a/ctags/main/main.c b/ctags/main/main.c index e789e60d..22667bcf 100644 --- a/ctags/main/main.c +++ b/ctags/main/main.c @@ -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) {