From fb4ae952a6d75ae74a84fc2599f58c3c5398af8b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 7 Feb 2015 16:23:59 -0600 Subject: Remove xexec_optargs(). --- lib/lib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index 34c1a195..621ed276 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -93,7 +93,6 @@ void xprintf(char *format, ...); void xputs(char *s); void xputc(char c); void xflush(void); -void xexec_optargs(int skip); void xexec(char **argv); pid_t xpopen_both(char **argv, int *pipes); int xpclose_both(pid_t pid, int *pipes); -- cgit v1.2.3