summaryrefslogtreecommitdiffhomepage
path: root/src/output/sfrt_output_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/sfrt_output_name.c')
-rw-r--r--src/output/sfrt_output_name.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/output/sfrt_output_name.c b/src/output/sfrt_output_name.c
deleted file mode 100644
index 7eb874e..0000000
--- a/src/output/sfrt_output_name.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
-
-#include <sofort/sofort.h>
-#include "sofort_driver_impl.h"
-#include "sofort_dprintf_impl.h"
-
-int sfrt_output_name(
- const struct sfrt_driver_ctx * dctx,
- const struct sfrt_unit_ctx * uctx)
-{
- return sfrt_dprintf(
- sfrt_driver_fdout(dctx),
- "%s\n",
- *uctx->path);
-}