commit | 571eb3d659b73dcf6927c62fa3d8ec4f521e5485 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 09 08:53:31 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 09 08:53:31 2020 +0200 |
tree | 2c725b5873163d2f3624c93a276bf63a2ab5b2e5 | |
parent | b530bac0f095f2607123b4cc70a577a3215343be [diff] |
CLEANUP: config: drop unused setting CONFIG_HAP_MEM_OPTIM CONFIG_HAP_MEM_OPTIM was introduced with memory pools in 1.3 and dropped in 1.6 when pools became the only way to allocate memory. Still the option remained present in config.h. Let's kill it.