]> git.ipfire.org Git - pbs.git/commitdiff
Drop pool
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 May 2022 16:16:41 +0000 (16:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 May 2022 16:16:41 +0000 (16:16 +0000)
This wasn't used anywhere

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/__init__.py

index 6a7a783455016ccdb086550d79dee24d820bc8cd..7212c217812baeedb26f0d421cc8ff16f5033d1b 100644 (file)
@@ -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 = {}