Skip to content

Commit

Permalink
Remove useless commented code (#2178)
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 authored Aug 16, 2023
1 parent e84a67e commit 52a9039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axum/src/hyper1_tokio_io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 52a9039

Please sign in to comment.