X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=4252f3a5ccdac4cbca41b534b9bb687c6f7fef75;hb=eb01806c3c38cdfed39a1096e70116f8c8f6ef3f;hp=f26a6573cbeabb2bb0976f16e57ffe44583f7ce0;hpb=d444f2e5ddee51e7d9d0401cffcf88477c180422;p=wimlib diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index f26a6573..4252f3a5 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -351,19 +351,6 @@ lte_is_partial(const struct wim_lookup_table_entry * lte) lte->size != lte->rspec->uncompressed_size; } -static inline bool -lte_filename_valid(const struct wim_lookup_table_entry *lte) -{ - return lte->resource_location == RESOURCE_IN_FILE_ON_DISK - #ifdef __WIN32__ - || lte->resource_location == RESOURCE_WIN32_ENCRYPTED - #endif - #ifdef WITH_FUSE - || lte->resource_location == RESOURCE_IN_STAGING_FILE - #endif - ; -} - static inline const struct stream_owner * stream_owners(struct wim_lookup_table_entry *stream) {