Skip to content

Commit

Permalink
Removed an unused variable from OpenMPBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr authored and gkistanova committed Dec 4, 2019
1 parent ab48242 commit 6c3e990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zorg/buildbot/builders/OpenMPBuilder.py
Expand Up @@ -33,7 +33,6 @@ def getOpenMPCMakeBuildFactory(

llvm_srcdir = 'llvm.src'
llvm_builddir = 'llvm.build'
build_clang = c_compiler == 'clang'

cleanBuildRequested = lambda step: clean or step.build.getProperty("clean", default=step.build.getProperty("clean_obj"))

Expand Down

0 comments on commit 6c3e990

Please sign in to comment.