[matter] drop calls to queue inside _run_builder(), not needed

This commit is contained in:
Fabio Erculiani
2011-09-04 21:22:58 +02:00
parent eb2b068176
commit ac77c49e65

View File

@@ -806,8 +806,6 @@ class PackageBuilder(object):
# package not found, return error
print_error("cannot match: %s, aborting" % (self._package,))
not_found_queue.put(self._package)
pkg_queue.close()
pkg_queue.join_thread()
return 1
allow_not_installed = self._params['not-installed'] == "yes"