mirror of
https://github.com/facebook/zstd.git
synced 2025-10-15 00:02:02 -04:00
The unused function definitions are hidden behind a `#ifndef ZSTD_NO_UNUSED_FUNCTIONS` check. Initially hiding all functions which are unused and take up more than 2KB of stack space, because these will show up as warnings in the Linux Kernel build system.