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:
parent
c6af1c3320
commit
b1a15f50b2
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue