Skip to content

Commit 537899c

Browse files
committed
Remove unused function.
1 parent 641a193 commit 537899c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sshuttle/helpers.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ class Fatal(Exception):
3636
pass
3737

3838

39-
def list_contains_any(l, sub):
40-
for i in sub:
41-
if i in l:
42-
return True
43-
return False
44-
45-
4639
def resolvconf_nameservers():
4740
l = []
4841
for line in open('/etc/resolv.conf'):

0 commit comments

Comments
 (0)