Skip to content
Snippets Groups Projects
Commit a3c7eda3 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Remove useless comments

parent 22290839
No related branches found
Tags 1.0.0
No related merge requests found
Pipeline #1148688 failed
......@@ -279,8 +279,6 @@ class Script(object):
# replace LD_LIBRARY_PATH with the corresponding one on other systems
if sys.platform.startswith("win"):
other = "PATH"
# elif sys.platform.startswith("darwin"):
# other = "DYLD_LIBRARY_PATH"
else:
other = None
if other:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment