Drop redundant logging in OpenMPDependency constructor

This should have been removed in f2673d9b
pull/4035/head
Jon Turney 7 years ago
parent 921977589a
commit 15d902cdb0
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 1
      mesonbuild/dependencies/misc.py

@ -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…
Cancel
Save