s3:net: remove unused net_idmap_help
authorGregor Beck <gbeck@sernet.de>
Fri, 28 Jan 2011 09:58:03 +0000 (10:58 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 8 Feb 2011 10:50:37 +0000 (11:50 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue Feb  8 11:50:37 CET 2011 on sn-devel-104

source3/utils/net_idmap.c
source3/utils/net_proto.h

index e3640bdcd88bcaf84d8569a3ad32e93915aee238..7551354cef0c719b67b8f5c1446f5ac2cb736c3d 100644 (file)
@@ -372,22 +372,6 @@ static int net_idmap_secret(struct net_context *c, int argc, const char **argv)
        return 0;
 }
 
-int net_help_idmap(struct net_context *c, int argc, const char **argv)
-{
-       d_printf(_("net idmap dump <inputfile>\n"
-                  "    Dump current id mapping\n"));
-
-       d_printf(_("net idmap restore\n"
-                  "    Restore entries from stdin\n"));
-
-       /* Deliberately *not* document net idmap delete */
-
-       d_printf(_("net idmap secret <DOMAIN> <secret>\n"
-                  "    Set the secret for the specified DOMAIN module)\n"));
-
-       return -1;
-}
-
 static int net_idmap_aclmapset(struct net_context *c, int argc, const char **argv)
 {
        TALLOC_CTX *mem_ctx;
index 22a44c4cf6e4a12fc9b6803daa1180d9a713b568..7567b8c618d68feeec571ff73d561f2dc9bd34ff 100644 (file)
@@ -86,7 +86,6 @@ int net_help(struct net_context *c, int argc, const char **argv);
 
 /* The following definitions come from utils/net_idmap.c  */
 
-int net_help_idmap(struct net_context *c, int argc, const char **argv);
 int net_idmap(struct net_context *c, int argc, const char **argv);
 
 /* The following definitions come from utils/net_join.c  */