[lvm-devel] master - cleanup: remove superfluous forward declaration

Peter Rajnoha prajnoha at fedoraproject.org
Thu Mar 6 11:43:30 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=9a1d31a3c63e6e0078b4eb7e2afd43e2dcc65bc9
Commit:        9a1d31a3c63e6e0078b4eb7e2afd43e2dcc65bc9
Parent:        74a3fc4e853de50b0e5ccafcd2c9c5328dc10ad1
Author:        Peter Rajnoha <prajnoha at redhat.com>
AuthorDate:    Thu Mar 6 12:43:21 2014 +0100
Committer:     Peter Rajnoha <prajnoha at redhat.com>
CommitterDate: Thu Mar 6 12:43:21 2014 +0100

cleanup: remove superfluous forward declaration

---
 lib/config/config.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/config/config.h b/lib/config/config.h
index 9a8209d..5bfa345 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);




More information about the lvm-devel mailing list