summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/launcher.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-19 14:31:46 +0200
committerRuben Pollan <meskio@sindominio.net>2017-05-22 12:56:21 +0200
commit9b415b6423c7dd18fe9ffa302c3343dfa2314619 (patch)
tree186a80d4c6f1542a24084acafd286fc9385c7fc3 /src/leap/bitmask/vpn/launcher.py
parent4c75ff68fe2b629c3f53b51a07ab20e6bfa52bf0 (diff)
[refactor] remove env code
no need to setup LD_LIBRARY_PATH anymore, we're shipping a static binary.
Diffstat (limited to 'src/leap/bitmask/vpn/launcher.py')
-rw-r--r--src/leap/bitmask/vpn/launcher.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/leap/bitmask/vpn/launcher.py b/src/leap/bitmask/vpn/launcher.py
index fa9923a8..28c8a31f 100644
--- a/src/leap/bitmask/vpn/launcher.py
+++ b/src/leap/bitmask/vpn/launcher.py
@@ -279,17 +279,6 @@ class VPNLauncher(object):
return command_and_args
@classmethod
- def get_vpn_env(kls):
- """
- Return a dictionary with the custom env for the platform.
- This is mainly used for setting LD_LIBRARY_PATH to the correct
- path when distributing a standalone client
-
- :rtype: dict
- """
- return {}
-
- @classmethod
def missing_updown_scripts(kls):
"""
Return what updown scripts are missing.