From ef1399b3610825667f5797c52afc964ee2a713be Mon Sep 17 00:00:00 2001 From: graham.gower Date: Fri, 13 Nov 2009 00:57:34 -0500 Subject: Remove unused variable. git-svn-id: http://opkg.googlecode.com/svn/trunk@299 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/pkg_dest.h') 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); -- cgit v0.9.1