settings: line: remove unused MAX_ENC_BLOCK_SIZE macro

This macro is not used anymore and is strictly a leftover, which should be
removed as part of commit 55be783c85 ("settings: Remove deprecated
SETTINGS_USE_BASE64 support").

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
Marcin Niestroj 2022-11-29 19:49:12 +01:00 committed by Carles Cufí
commit b1a15f50b2

View file

@ -21,8 +21,6 @@ struct settings_io_cb_s {
uint8_t rwbs;
} static settings_io_cb;
#define MAX_ENC_BLOCK_SIZE 4
int settings_line_write(const char *name, const char *value, size_t val_len,
off_t w_loc, void *cb_arg)
{