Remove useless commented code (#2178)

Signed-off-by: hi-rustin <[email protected]>
This commit is contained in:
二手掉包工程师
2023-08-16 14:35:43 +00:00
committed by GitHub
parent e84a67e568
commit 52a9039019
-1
View File
@@ -102,7 +102,6 @@ where
cx: &mut Context<'_>,
tbuf: &mut tokio::io::ReadBuf<'_>,
) -> Poll<Result<(), std::io::Error>> {
//let init = tbuf.initialized().len();
let filled = tbuf.filled().len();
let sub_filled = unsafe {
let mut buf = hyper::rt::ReadBuf::uninit(tbuf.unfilled_mut());