diff options
author | Günther Deschner <gd@samba.org> | 2013-12-18 16:29:36 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:38 +0100 |
commit | 0a15360f359e1b5780e109646502f044336b212f (patch) | |
tree | f40da55e1dc23b15037e6bdf39e751169edf9e35 /libgpo | |
parent | 9a4e007d9000f4f02474394659110dcb9b136d0e (diff) | |
download | samba-0a15360f359e1b5780e109646502f044336b212f.tar.gz |
libgpo: remove unused gp_registry_entry2 struct.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h index 91ce006cd09..997dbc0b7a1 100644 --- a/libgpo/gpo.h +++ b/libgpo/gpo.h @@ -138,13 +138,6 @@ struct gp_registry_value { struct registry_value *data; }; -struct gp_registry_entry2 { - enum gp_reg_action action; - const char *key; - size_t num_values; - struct gp_registry_value **values; -}; - struct gp_registry_entries { size_t num_entries; struct gp_registry_entry **entries; |