Skip to content

Commit 210170b

Browse files
committed
Rm comment in unix::Client::new that might be obsolete soon
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent ff1c741 commit 210170b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/unix.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ impl Client {
3030

3131
// I don't think the character written here matters, but I could be
3232
// wrong!
33-
//
34-
// Also, it is highly unlikely to have a machine with more than
35-
// 128 cores.
3633
const BUFFER: [u8; 128] = [b'|'; 128];
3734

3835
while limit > 0 {

0 commit comments

Comments
 (0)