Drop redundant logging in OpenMPDependency constructor
This should have been removed in f2673d9b
This commit is contained in:
parent
921977589a
commit
15d902cdb0
|
@ -270,7 +270,6 @@ class ThreadDependency(ExternalDependency):
|
|||
super().__init__('threads', environment, None, {})
|
||||
self.name = 'threads'
|
||||
self.is_found = True
|
||||
mlog.log('Dependency', mlog.bold(self.name), 'found:', mlog.green('YES'))
|
||||
|
||||
def need_threads(self):
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue