summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_warn1sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrerr/strerr_warn1sys.c')
-rw-r--r--src/libstrerr/strerr_warn1sys.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstrerr/strerr_warn1sys.c b/src/libstrerr/strerr_warn1sys.c
deleted file mode 100644
index 211bfb4..0000000
--- a/src/libstrerr/strerr_warn1sys.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ISC license. */
-
-/* MT-unsafe */
-
-#include <skalibs/strerr.h>
-
-void strerr_warn1sys (char const *x1)
-{
- strerr_warnvsys(&x1, 1) ;
-}