Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 651035b

Browse files
committed
Some dead code
1 parent 9ba0d9d commit 651035b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grpc/src/bytesx/buf_eq.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pub fn buf_eq<B1: Buf, B2: Buf>(mut b1: B1, mut b2: B2) -> bool {
2121
#[cfg(test)]
2222
mod test {
2323
use super::*;
24-
use bytes::buf::Chain;
2524

2625
#[test]
2726
fn test() {

0 commit comments

Comments
 (0)