diff options
author | Guillem Jover <guillem@debian.org> | 2015-02-19 23:50:14 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-04-01 04:54:50 +0200 |
commit | f603dc5d087325ba52807ec55777de485bc87128 (patch) | |
tree | 25e25a357b2258700b8f2c402768c2ec3a3321a1 /src/archives.h | |
parent | ca2eb8ec82fd6450ad283279b8ad16c6b13b3433 (diff) | |
download | dpkg-f603dc5d087325ba52807ec55777de485bc87128.tar.gz |
libdpkg: Move path removal functions to path-remove module
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); |