summaryrefslogtreecommitdiffstats
path: root/service/setlbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/setlbf.c')
-rw-r--r--service/setlbf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/setlbf.c b/service/setlbf.c
deleted file mode 100644
index 94c251e..0000000
--- a/service/setlbf.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-static void __attribute__((constructor)) setlbf(void)
-{
- setbuf(stdout, NULL);
-}