summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_dest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_dest.h')
-rw-r--r--libopkg/pkg_dest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/pkg_dest.h b/libopkg/pkg_dest.h
index 0966a9c..b290664 100644
--- a/libopkg/pkg_dest.h
+++ b/libopkg/pkg_dest.h
@@ -29,7 +29,6 @@ struct pkg_dest
char *lists_dir;
char *info_dir;
char *status_file_name;
- FILE *status_file;
};
int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);