removing vestigial lines from a previous commit

This commit is contained in:
Tom Scogland 2015-06-13 14:10:45 -07:00 committed by Thomas R. W. Scogland
parent 607f263fbc
commit 277df08676

View File

@ -133,10 +133,6 @@ def add_path(path_name, directory):
if self.spec.package.extends(spack.spec.Spec('ruby')):
add_path('GEM_PATH', self.spec.prefix)
# Allow module path extensions from packages
for key, val in self.spec.package.extra_environment:
add_path(key, val)
# short description is just the package + version
# TODO: maybe packages can optionally provide it.
self.short_description = self.spec.format("$_ $@")