X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;h=7441932c169a06912fd31ec41a05c7628ef6f043;hp=f5bd9aaa18802103eb35c4e291657432e264c739;hb=0a859cd076a942d7145e203c596892ca66f7e4a2;hpb=e3689bfa91c108ea0f5c86160bd594f98cd541a6 diff --git a/src/lookup_table.c b/src/lookup_table.c index f5bd9aaa..7441932c 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -918,13 +918,6 @@ wimlib_iterate_lookup_table(WIMStruct *wim, int flags, return for_lookup_table_entry(wim->lookup_table, do_iterate_lte, &ctx); } -static int -do_print_lookup_table_entry(struct wim_lookup_table_entry *lte, void *fp) -{ - print_lookup_table_entry(lte, (FILE*)fp); - return 0; -} - /* 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 *