summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/cpio/matching.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/cpio/matching.c')
-rw-r--r--archivers/libarchive/files/cpio/matching.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/libarchive/files/cpio/matching.c b/archivers/libarchive/files/cpio/matching.c
index d949ea8949b..f98421e2df4 100644
--- a/archivers/libarchive/files/cpio/matching.c
+++ b/archivers/libarchive/files/cpio/matching.c
@@ -104,13 +104,11 @@ include(struct cpio *cpio, const char *pattern)
return (0);
}
-#if 0
int
include_from_file(struct cpio *cpio, const char *pathname)
{
return (process_lines(cpio, pathname, &include));
}
-#endif
static void
add_pattern(struct match **list, const char *pattern)