From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/wordexp/wordexp.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/wordexp/wordexp.c (limited to 'src/wordexp/wordexp.c') diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c deleted file mode 100644 index 412449cb..00000000 --- a/src/wordexp/wordexp.c +++ /dev/null @@ -1,18 +0,0 @@ -#if 0 - -#include - -int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) -{ - (void)words; - (void)pwordexp; - (void)flags; - return 0; -} - -/* -POSIX(2) -*/ - - -#endif -- cgit v1.2.1