]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
wimlib.h: Update docs and adjust error codes
[wimlib] / src / lookup_table.c
index 15f5c0830c382fb501d9dc13ff5dbcc3513f85a8..f5bd9aaa18802103eb35c4e291657432e264c739 100644 (file)
@@ -925,17 +925,6 @@ do_print_lookup_table_entry(struct wim_lookup_table_entry *lte, void *fp)
        return 0;
 }
 
-/* API function documented in wimlib.h  */
-WIMLIBAPI void
-wimlib_print_lookup_table(WIMStruct *wim)
-{
-       for (int i = 0; i < wim->hdr.image_count; i++)
-               print_lookup_table_entry(wim->image_metadata[i]->metadata_lte, stdout);
-       for_lookup_table_entry(wim->lookup_table,
-                              do_print_lookup_table_entry,
-                              stdout);
-}
-
 /* Given a SHA1 message digest, return the corresponding entry in the WIM's
  * lookup table, or NULL if there is none.  */
 struct wim_lookup_table_entry *