commit | 2254b8ef4ad377a8723df2754120df1016cf22ee | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 29 13:06:21 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 29 13:09:14 2019 +0100 |
tree | 7b6e67f35aaed8c177bd15fc5314f3e01d303c6d | |
parent | 20020ae804033e67675802031adcd0f3983f15ef [diff] |
Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist" This reverts commit 9e46496d45ff06317ae8f4f785e6117e5b786f6f. It was wrong and is not reliable, depending on the compiler's version and optimization, as the struct is assigned inside a statement, thus on its own stack. It's not needed anymore now so let's remove this.