summaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h4
1 files changed, 0 insertions, 4 deletions
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();