summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 15064302cd..99e1e0c889 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -174,13 +174,6 @@ static int net_changesecretpw(struct net_context *c, int argc,
return 0;
}
-static int net_share(struct net_context *c, int argc, const char **argv)
-{
- if (net_rpc_check(c, 0))
- return net_rpc_share(c, argc, argv);
- return net_rap_share(c, argc, argv);
-}
-
/*
Retrieve our local SID or the SID for the specified name
*/