chore(compio-boring2): remove unused docs

This commit is contained in:
0x676e67 2025-07-07 21:40:20 +08:00
parent 109c35839c
commit e6e8b0af17
1 changed files with 0 additions and 2 deletions

View File

@ -181,8 +181,6 @@ impl<S: AsyncRead> AsyncRead for SslStream<S> {
}
}
}
// OpenSSL does not support vectored reads
}
/// `AsyncRead` is needed for shutting down stream.