r6795: Make some functions static and remove some unused ones.
[sfrench/samba-autobuild/.git] / source4 / lib / registry / common / reg_interface.c
index 407d0d334547788f20d15e62077c474d06b3fc13..76de2f041f349e11a95995c0dc639afe65e94e33 100644 (file)
@@ -127,13 +127,6 @@ WERROR reg_get_predefined_key_by_name(struct registry_context *ctx, const char *
        return WERR_BADFILE;
 }
 
-WERROR reg_close (struct registry_context *ctx)
-{
-       talloc_free(ctx);
-
-       return WERR_OK;
-}
-
 WERROR reg_get_predefined_key(struct registry_context *ctx, uint32_t hkey, struct registry_key **key)
 {
        WERROR ret = ctx->get_predefined_key(ctx, hkey, key);