summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_dest.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 21:57:43 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 21:57:43 (EST)
commit51e968e4ddffd4acd7c71e4976e1254a590f2217 (patch)
tree450eb0cb4c2f44a0ec5f207d6ebaaf607c0c8a7d /libopkg/pkg_dest.h
parent1052b2193d46d5c1251eb0e9285555f868ba543b (diff)
Remove status_file_tmp_name. This code does not improve robustness.
git-svn-id: http://opkg.googlecode.com/svn/trunk@296 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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 d5d5b3c..0966a9c 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;
- char *status_file_tmp_name;
FILE *status_file;
};