Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: lib: http_server: Remove unused function
Building with clang warns: subsys/net/lib/http/http_hpack.c:21:20: error: unused function 'http_hpack_key_is_dynamic' [-Werror,-Wunused-function] static inline bool http_hpack_key_is_dynamic(uint32_t key) ^ Signed-off-by: Tom Hughes <[email protected]>
- Loading branch information