diff options
author | Gregor Beck <gbeck@sernet.de> | 2011-01-28 10:58:03 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-08 11:50:37 +0100 |
commit | 01d3da3c7c1dfc36353b423da5d28a8edd397e5b (patch) | |
tree | 9fdb5b0eb1f2edcb9ce27d14959e9c27b2e40115 /source3/utils/net_proto.h | |
parent | 9732955038d9f3631a849e81f03308acc0aeb9f7 (diff) | |
download | samba-01d3da3c7c1dfc36353b423da5d28a8edd397e5b.tar.gz samba-01d3da3c7c1dfc36353b423da5d28a8edd397e5b.tar.xz samba-01d3da3c7c1dfc36353b423da5d28a8edd397e5b.zip |
s3:net: remove unused net_idmap_help
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
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r-- | source3/utils/net_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 22a44c4cf6e..7567b8c618d 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -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 */ |