From 9a1d31a3c63e6e0078b4eb7e2afd43e2dcc65bc9 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Thu, 6 Mar 2014 12:43:21 +0100 Subject: [PATCH] cleanup: remove superfluous forward declaration --- lib/config/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/config/config.h b/lib/config/config.h index 9a8209d3d..5bfa345c4 100644 --- a/lib/config/config.h +++ b/lib/config/config.h @@ -63,8 +63,6 @@ typedef enum { CFG_TYPE_STRING = 1 << 5, /* setting */ } cfg_def_type_t; -typedef struct cfg_def_item cfg_def_item_t; - /* function types to evaluate default value at runtime */ typedef int (*t_fn_CFG_TYPE_BOOL) (struct cmd_context *cmd, struct profile *profile); typedef int (*t_fn_CFG_TYPE_INT) (struct cmd_context *cmd, struct profile *profile);