Remove useless commented code (#2178)

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
二手掉包工程师 2023-08-16 22:35:43 +08:00 committed by GitHub
parent e84a67e568
commit 52a9039019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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());