diff options
Diffstat (limited to 'trace.c')
-rw-r--r-- | trace.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ static void trace_vprintf(const char *key, const char *format, va_list ap) strbuf_release(&buf); } -__attribute__((format (printf, 2, 3))) void trace_printf_key(const char *key, const char *format, ...) { va_list ap; |