mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
libgpo: remove unused gp_registry_entry2 struct.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
9a4e007d90
commit
0a15360f35
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user