aboutsummaryrefslogtreecommitdiff
path: root/src/chattymalloc.c
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-01-16 14:36:13 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-01-16 14:36:13 +0100
commit361df3f37499d97ab27fdbc38390a85580baf078 (patch)
tree43040da7961b44423d0f30d270de8d1cb6abaa2f /src/chattymalloc.c
parent0978c0cbbcdca5394b2a0aeeab0771939021fd15 (diff)
downloadallocbench-361df3f37499d97ab27fdbc38390a85580baf078.tar.gz
allocbench-361df3f37499d97ab27fdbc38390a85580baf078.zip
Revert "add tid to chattymalloc log"
This reverts commit 0978c0cbbcdca5394b2a0aeeab0771939021fd15.
Diffstat (limited to 'src/chattymalloc.c')
-rw-r--r--src/chattymalloc.c3
1 files changed, 0 insertions, 3 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
#include <unistd.h>
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);