From 4a7a8ecb0b69b3b79823aab7504e75451d20e5a0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 5 Oct 2012 19:20:45 +0200 Subject: s3:utils/net: remove unused "net connections" The connections.tdb will go away. metze Signed-off-by: Michael Adam --- source3/utils/net_proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index a683abb67e..3f99e14e6e 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -132,10 +132,6 @@ int net_rap(struct net_context *c, int argc, const char **argv); int net_registry(struct net_context *c, int argc, const char **argv); -/* The following definitions come from utils/net_connections.c */ - -int net_connections(struct net_context *c, int argc, const char **argv); - /* The following definitions come from utils/net_rpc.c */ NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx, -- cgit