From 361df3f37499d97ab27fdbc38390a85580baf078 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 16 Jan 2020 14:36:13 +0100 Subject: Revert "add tid to chattymalloc log" This reverts commit 0978c0cbbcdca5394b2a0aeeab0771939021fd15. --- src/chattymalloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/chattymalloc.c') diff --git a/src/chattymalloc.c b/src/chattymalloc.c index 36b50c9..8614a27 100644 --- a/src/chattymalloc.c +++ b/src/chattymalloc.c @@ -7,7 +7,6 @@ #include #include #include -#include #include static char tmpbuff[4096]; @@ -41,8 +40,6 @@ write_output(const char* fmt, ...) /* lockf(out, F_LOCK, 0); */ - dprintf(out, "%d: ", gettid()); - va_list args; va_start(args, fmt); vdprintf(out, fmt, args); -- cgit v1.2.3