settings: fcb: remove second settings_fcb_storage_get() prototype

Remove settings_fcb_storage_get() prototype, as there the same prototype 5
lines below.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
Marcin Niestroj 2022-12-19 14:00:06 +01:00 committed by Fabio Baltieri
commit ebe815650e

View file

@ -27,7 +27,6 @@ LOG_MODULE_DECLARE(settings, CONFIG_SETTINGS_LOG_LEVEL);
int settings_backend_init(void);
void settings_mount_fcb_backend(struct settings_fcb *cf);
static void *settings_fcb_storage_get(struct settings_store *cs);
static int settings_fcb_load(struct settings_store *cs,
const struct settings_load_arg *arg);