diff options
Diffstat (limited to 'src/archives.h')
-rw-r--r-- | src/archives.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/archives.h b/src/archives.h index 07e74af1c..21a39e7e2 100644 --- a/src/archives.h +++ b/src/archives.h @@ -68,8 +68,6 @@ void ok_prermdeconfigure(int argc, void **argv); void setupfnamevbs(const char *filename); -int secure_remove(const char *filename); - int tarobject(void *ctx, struct tar_entry *ti); int tarfileread(void *ud, char *buf, int len); void tar_deferred_extract(struct fileinlist *files, struct pkginfo *pkg); |