removed extraneous comment lines

This commit is contained in:
Tom Scogland 2016-01-01 22:30:02 -08:00
parent 48f19b5fde
commit 356836ccbb

View File

@ -206,8 +206,6 @@ def install(self, spec, prefix):
raise SpackException('The lldb variant requires the clang variant to be selected')
with working_dir('spack-build', create=True):
# cmake(*cmake_args)
# make()
make("install")
query_path = os.path.join('bin', 'clang-query')
# Manually install clang-query, because llvm doesn't...