]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
wimlib_export_image(): cleanups and fixes for rollback
[wimlib] / src / lookup_table.c
index 882e7dd7048cd979f81dde2a9a611f630d3d12da..8dc24109f89ea16697abdfbc6ce6fc283c755e9c 100644 (file)
@@ -1271,13 +1271,6 @@ write_wim_lookup_table_from_stream_list(struct list_head *stream_list,
        return ret;
 }
 
-int
-lte_zero_out_refcnt(struct wim_lookup_table_entry *lte, void *_ignore)
-{
-       lte->out_refcnt = 0;
-       return 0;
-}
-
 /* Allocate a stream entry for the contents of the buffer, or re-use an existing
  * entry in @lookup_table for the same stream.  */
 struct wim_lookup_table_entry *