]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
Get rid of static variables in mount.c
[wimlib] / src / lookup_table.c
index 79874f306d3c16967cc7965818cd7f390fd36028..cc71c8bec4e19b6adc6a59e0a04bb6fb9d8e67a4 100644 (file)
@@ -229,8 +229,7 @@ void lte_decrement_refcnt(struct lookup_table_entry *lte,
 }
 
 #ifdef WITH_FUSE
-void lte_decrement_num_opened_fds(struct lookup_table_entry *lte,
-                                 struct lookup_table *table)
+void lte_decrement_num_opened_fds(struct lookup_table_entry *lte)
 {
        wimlib_assert(lte);
        wimlib_assert(lte->num_opened_fds);