summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_warn4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrerr/strerr_warn4x.c')
-rw-r--r--src/libstrerr/strerr_warn4x.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libstrerr/strerr_warn4x.c b/src/libstrerr/strerr_warn4x.c
deleted file mode 100644
index 20d8b28..0000000
--- a/src/libstrerr/strerr_warn4x.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* ISC license. */
-
-/* MT-unsafe */
-
-#include <skalibs/strerr.h>
-
-void strerr_warn4x (char const *x1, char const *x2, char const *x3, char const *x4)
-{
- char const *v[4] = { x1, x2, x3, x4 } ;
- strerr_warnv(v, 4) ;
-}