aboutsummaryrefslogtreecommitdiff
path: root/src/tpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tpool.c')
-rw-r--r--src/tpool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tpool.c b/src/tpool.c
index f30bccc..a381565 100644
--- a/src/tpool.c
+++ b/src/tpool.c
@@ -116,9 +116,7 @@ tpwork(void *arg)
process_file(tp->files[i], &buf);
}
- flockfile(stdout);
fwrite(buf, 1, array_len(buf), stdout);
- funlockfile(stdout);
#if DEBUG
array_free(buf);