Skip to content

Commit

Permalink
Refs #6385 Reverting changes that do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jan 30, 2013
1 parent 9e49189 commit 638205c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/PythonAPI/MantidFramework.py
Expand Up @@ -91,8 +91,6 @@ def get_libpath(mainlib, dependency):
ldpath = os.environ.get(library_var, "")
ldpath += ":" + _bin
os.environ[library_var] = ldpath
if "NXSESSIONID" in os.environ:
os.environ['LD_PRELOAD'] = ''
if platform.system() == 'Linux':
# stdc++ has to be loaded first or exceptions don't get translated
# properly across bounadries
Expand Down

0 comments on commit 638205c

Please sign in to comment.