mirror of
https://git.tukaani.org/xz.git
synced 2025-03-03 15:10:41 +00:00
On E2K the function compiles only due to compiler emulation but the function is never used. It's cleaner to omit the function when it's not needed even though it's a "static inline" function. Thanks to Ilya Kurdyukov.