From 952ee5cc603a5231348b8cfab18ee85a097f5394 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 31 Mar 2021 10:38:54 +0100 Subject: Fix various documentation comments. --- include/socketengine.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/socketengine.h') diff --git a/include/socketengine.h b/include/socketengine.h index 26d31c168..d8d5e406d 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -326,8 +326,6 @@ public: * failure (for example, you try and enable * epoll on a 2.4 linux kernel) then this * function may bail back to the shell. - * @return void, but it is acceptable for this function to bail back to - * the shell or operating system on fatal error. */ static void Init(); @@ -556,8 +554,6 @@ public: * allows for the socket engine to re-create its handle * after the daemon forks as the socket engine is created * long BEFORE the daemon forks. - * @return void, but it is acceptable for this function to bail back to - * the shell or operating system on fatal error. */ static void RecoverFromFork(); -- cgit v1.3.1-10-gc9f91