commit | d12a99588be6ab35856ac7a934d018144b0b85c2 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Sat Dec 12 11:03:50 2020 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jan 07 14:02:06 2021 +0100 |
tree | 28b98523c2d4d47049af9eb016df4dee9dcf0ac5 | |
parent | 0bc01822a27cc4eda42f7d281642c5d663b041fb [diff] |
lib: cbprintf: remove cbprintf_arglen This function was designed to support the logging infrastructure's need to copy values from va_list structures. It did not meet that need, since some values need to be changed based on additional data that is only available when the complete format specification is examined. Remove the function as unnecessary. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>