From: Michael Tremer Date: Wed, 25 May 2022 16:16:41 +0000 (+0000) Subject: Drop pool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35fb05cfb44c5e247113fa4ca41778facc864998;p=pbs.git Drop pool This wasn't used anywhere Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/__init__.py b/src/buildservice/__init__.py index 6a7a7834..7212c217 100644 --- a/src/buildservice/__init__.py +++ b/src/buildservice/__init__.py @@ -69,9 +69,6 @@ class Backend(object): # Open a connection to bugzilla. self.bugzilla = bugtracker.Bugzilla(self) - # A pool to store strings (for comparison). - self.pool = pakfire.satsolver.Pool("dummy") - @lazy_property def _environment_configuration(self): env = {}