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

Commit

Permalink
Some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Feb 21, 2022
1 parent 9ba0d9d commit 651035b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grpc/src/bytesx/buf_eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub fn buf_eq<B1: Buf, B2: Buf>(mut b1: B1, mut b2: B2) -> bool {
#[cfg(test)]
mod test {
use super::*;
use bytes::buf::Chain;

#[test]
fn test() {
Expand Down

0 comments on commit 651035b

Please sign in to comment.