]> wimlib.net Git - wimlib/commitdiff
remove struct image_statistics
authorEric Biggers <ebiggers3@gmail.com>
Wed, 5 Sep 2012 00:50:22 +0000 (19:50 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 5 Sep 2012 00:50:22 +0000 (19:50 -0500)
src/xml.c

index eb963aabe882b4d44c46c9cd37ce7d96dff8f1c6..2f80f7ef6276b1d87a16619909340e9ae75790bd 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -961,15 +961,6 @@ void xml_set_memory_allocator(void *(*malloc_func)(size_t),
 }
 #endif
 
-/* Parameters for calculate_dentry_statistics(). */
-struct image_statistics {
-       struct lookup_table *lookup_table;
-       u64 *dir_count;
-       u64 *file_count;
-       u64 *total_bytes;
-       u64 *hard_link_bytes;
-};
-
 static int calculate_dentry_statistics(struct dentry *dentry, void *arg)
 {
        struct image_info *info = arg;