summaryrefslogtreecommitdiff
path: root/src/wordexp/wordfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordexp/wordfree.c')
-rw-r--r--src/wordexp/wordfree.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/wordexp/wordfree.c b/src/wordexp/wordfree.c
deleted file mode 100644
index b8dfc8fa..00000000
--- a/src/wordexp/wordfree.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <wordexp.h>
-#include <stdlib.h>
-
-void wordfree(wordexp_t *pwordexp)
-{
- free(pwordexp);
-}
-
-/*
-POSIX(2)
-*/
-
-
-#endif