From c682fd65b20e6b17150b3a57bebb222767c60796 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 16:00:35 +0200 Subject: s3:registry: remove superfluous comments from registry.h --- source3/include/registry.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'source3') diff --git a/source3/include/registry.h b/source3/include/registry.h index 8c784e1f16..a4ecd26842 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -56,9 +56,6 @@ WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path, WERROR reg_delete_path(const struct nt_user_token *token, const char *orig_path); -/* The following definitions come from registry/reg_backend_current_version.c */ - - /* The following definitions come from registry/reg_backend_db.c */ WERROR init_registry_key(const char *add_path); @@ -77,29 +74,6 @@ bool regdb_store_values(const char *key, struct regval_ctr *values); bool regdb_subkeys_need_update(struct regsubkey_ctr *subkeys); bool regdb_values_need_update(struct regval_ctr *values); -/* The following definitions come from registry/reg_backend_hkpt_params.c */ - - -/* The following definitions come from registry/reg_backend_netlogon_params.c */ - - -/* The following definitions come from registry/reg_backend_perflib.c */ - - -/* The following definitions come from registry/reg_backend_printing.c */ - - -/* The following definitions come from registry/reg_backend_prod_options.c */ - - -/* The following definitions come from registry/reg_backend_shares.c */ - - -/* The following definitions come from registry/reg_backend_smbconf.c */ - - -/* The following definitions come from registry/reg_backend_tcpip_params.c */ - /* The following definitions come from registry/reg_dispatcher.c */ bool store_reg_keys(struct registry_key_handle *key, @@ -161,8 +135,6 @@ char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname ); void normalize_dbkey(char *key); char *reg_remaining_path(TALLOC_CTX *ctx, const char *key); -/* The following definitions come from registry/regfio.c */ - /* The following definitions come from lib/util_reg_api.c */ WERROR registry_pull_value(TALLOC_CTX *mem_ctx, -- cgit