Skip to content

Commit

Permalink
net/api: Remove outdated comments
Browse files Browse the repository at this point in the history
There is not longer a shutdown() function.

Signed-off-by: Duarte Nunes <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
duarten authored and avikivity committed Jun 6, 2017
1 parent d2a53c7 commit 621b7ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/api.hh
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ public:
/// This is useful to abort operations on a socket that is not making
/// progress due to a peer failure.
void shutdown_input();
/// Disables socket input and output.
///
/// Equivalent to \ref shutdown_input() and \ref shutdown_output().
};
/// @}

Expand Down

0 comments on commit 621b7ed

Please sign in to comment.