summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_diev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrerr/strerr_diev.c')
-rw-r--r--src/libstrerr/strerr_diev.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libstrerr/strerr_diev.c b/src/libstrerr/strerr_diev.c
deleted file mode 100644
index bf1e8fc..0000000
--- a/src/libstrerr/strerr_diev.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* ISC license. */
-
-/* MT-unsafe */
-
-#include <unistd.h>
-
-#include <skalibs/strerr.h>
-
-void strerr_diev (int e, char const *const *v, unsigned int n)
-{
- strerr_warnv(v, n) ;
- _exit(e) ;
-}