summaryrefslogtreecommitdiffstats
path: root/sshuttle/helpers.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2015-11-17 10:58:29 +1100
committerBrian May <brian@linuxpenguins.xyz>2015-11-17 10:58:29 +1100
commit537899c1dfbe4068328bb9e7a0ce3662aaa6d945 (patch)
treefca1354cc9f82f63d7e9782a30d611d877023640 /sshuttle/helpers.py
parent641a193d3dc3b7aaf08ec1a28279d56760d64fa6 (diff)
Remove unused function.
Diffstat (limited to 'sshuttle/helpers.py')
-rw-r--r--sshuttle/helpers.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/sshuttle/helpers.py b/sshuttle/helpers.py
index db7083e..b23e030 100644
--- a/sshuttle/helpers.py
+++ b/sshuttle/helpers.py
@@ -36,13 +36,6 @@ class Fatal(Exception):
pass
-def list_contains_any(l, sub):
- for i in sub:
- if i in l:
- return True
- return False
-
-
def resolvconf_nameservers():
l = []
for line in open('/etc/resolv.conf'):