summaryrefslogtreecommitdiff
path: root/t/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 't/debug.c')
-rw-r--r--t/debug.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/t/debug.c b/t/debug.c
deleted file mode 100644
index bf6f4605..00000000
--- a/t/debug.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdio.h>
-
-FILE *f_err;
-struct timeval *fio_tv = NULL;
-unsigned long fio_debug = 0;
-
-void __dprint(int type, const char *str, ...)
-{
-}
-
-void debug_init(void)
-{
- f_err = stderr;
-}