Skip to content

Commit 5eb032e

Browse files
committed
fix(shadowsocks-service): removed unused functions
1 parent 86d68d4 commit 5eb032e

File tree

1 file changed

+0
-5
lines changed
  • crates/shadowsocks-service/src/acl

1 file changed

+0
-5
lines changed

crates/shadowsocks-service/src/acl/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,4 @@ impl AccessControl {
665665
Mode::WhiteList => true,
666666
}
667667
}
668-
669-
#[inline]
670-
fn is_outbound_ip_empty(&self) -> bool {
671-
self.outbound_block.is_ip_empty() && self.outbound_allow.is_ip_empty()
672-
}
673668
}

0 commit comments

Comments
 (0)