event/ServerSocket: remove obsolete API documentation

This commit is contained in:
Max Kellermann
2020-10-28 14:52:10 +01:00
parent ad585e179f
commit 46418d0f2d
2 changed files with 0 additions and 4 deletions

View File

@@ -73,7 +73,6 @@ public:
* Throws #std::runtime_error on error.
*
* @param port the TCP port
* @param error location to store the error occurring
*/
void AddPort(unsigned port);
@@ -85,7 +84,6 @@ public:
*
* @param hostname the host name to be resolved
* @param port the TCP port
* @param error location to store the error occurring
*/
void AddHost(const char *hostname, unsigned port);
@@ -95,7 +93,6 @@ public:
* Throws #std::runtime_error on error.
*
* @param path the absolute socket path
* @param error location to store the error occurring
*/
void AddPath(AllocatedPath &&path);