From: Volker Lendecke Date: Mon, 4 Oct 2021 08:25:14 +0000 (+0200) Subject: rpc_server3: Remove an outdated comment X-Git-Tag: ldb-2.5.0~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a7b2e08ddd4efd330dfeeada5577192f8281bf;p=thirdparty%2Fsamba.git rpc_server3: Remove an outdated comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/rpc_server/rpc_handles.c b/source3/rpc_server/rpc_handles.c index fea7454874c..68e727ee2c8 100644 --- a/source3/rpc_server/rpc_handles.c +++ b/source3/rpc_server/rpc_handles.c @@ -35,16 +35,6 @@ static size_t num_handles = 0; -/* TODO - * the following prototypes are declared here to avoid - * code being moved about too much for a patch to be - * disrupted / less obvious. - * - * these functions, and associated functions that they - * call, should be moved behind a .so module-loading - * system _anyway_. so that's the next step... - */ - int make_base_pipes_struct(TALLOC_CTX *mem_ctx, struct messaging_context *msg_ctx, const char *pipe_name,