]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server3: Remove an outdated comment
authorVolker Lendecke <vl@samba.org>
Mon, 4 Oct 2021 08:25:14 +0000 (10:25 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Oct 2021 19:28:32 +0000 (19:28 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/rpc_handles.c

index fea7454874cc13e64da11d9989fa9e4f023f3ec2..68e727ee2c80b39e896828042b74905105a226dc 100644 (file)
 
 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,