From 32809efe766a4090de3bc43296d90785b76b50b9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Sep 2009 21:15:28 +0200 Subject: s3-net: compile net_ads_gpo_apply(). Guenther --- source3/utils/net_ads_gpo.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/utils/net_ads_gpo.c') diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c index 45587bfef5..fbb3dd94bf 100644 --- a/source3/utils/net_ads_gpo.c +++ b/source3/utils/net_ads_gpo.c @@ -360,7 +360,6 @@ out: return 0; } -#if 0 static int net_ads_gpo_apply(struct net_context *c, int argc, const char **argv) { TALLOC_CTX *mem_ctx; @@ -444,7 +443,6 @@ out: talloc_destroy(mem_ctx); return 0; } -#endif static int net_ads_gpo_link_get(struct net_context *c, int argc, const char **argv) { @@ -626,7 +624,6 @@ out: int net_ads_gpo(struct net_context *c, int argc, const char **argv) { struct functable func[] = { -#if 0 { "apply", net_ads_gpo_apply, @@ -635,7 +632,6 @@ int net_ads_gpo(struct net_context *c, int argc, const char **argv) "net ads gpo apply\n" " Apply GPO to container" }, -#endif { "getgpo", net_ads_gpo_get_gpo, -- cgit