Server logging cleanup/functionality
[fio.git] / init.c
diff --git a/init.c b/init.c
index 28852fb7005d0bdce3e2e14e6dd62d94e40721e8..87052b9e5476aae581ffc6475293aa5529bf7590 100644 (file)
--- a/init.c
+++ b/init.c
@@ -177,16 +177,6 @@ static struct option l_opts[FIO_NR_OPTIONS] = {
        },
 };
 
-FILE *get_f_out()
-{
-       return f_out;
-}
-
-FILE *get_f_err()
-{
-       return f_err;
-}
-
 /*
  * Return a free job structure.
  */