Remove old code

This commit is contained in:
Carson Woods
2019-07-17 09:47:29 -06:00
parent 8f0c9ad409
commit 811b304230

View File

@@ -52,14 +52,6 @@
#: config section for this file
configuration = spack.config.get('modules')
#: Root folders where the various module files should be written
#: When install --upstream run then the upstream location is targeted
# if spack.config.get('config:shared'):
# roots = {'tcl': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/modules'),
# 'lmod': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod'),
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/dotkit')}
# else:
# roots = spack.config.get('config:module_roots', {})
roots = spack.config.get('config:module_roots', {})