summaryrefslogtreecommitdiff
path: root/src/libstddjb/xpathexec0_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstddjb/xpathexec0_run.c')
-rw-r--r--src/libstddjb/xpathexec0_run.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libstddjb/xpathexec0_run.c b/src/libstddjb/xpathexec0_run.c
deleted file mode 100644
index ab3e645..0000000
--- a/src/libstddjb/xpathexec0_run.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ISC license. */
-
-#include <errno.h>
-
-#include <skalibs/djbunix.h>
-#include <skalibs/strerr2.h>
-
-void xpathexec0_run (char const *const *argv, char const *const *envp)
-{
- pathexec0_run(argv, envp) ;
- strerr_dieexec(errno == ENOENT ? 127 : 126, argv[0]) ;
-}