Drop unused local variables

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2019-01-06 11:03:16 +00:00
parent e841a7bec1
commit 603aa9fdca
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -842,8 +842,6 @@ class BuildDependsPolicy(BasePolicy):
# local copies for better performance
parse_src_depends = apt_pkg.parse_src_depends
sources_s = None
sources_t = None
source_suite = self.suite_info[suite]
target_suite = self.suite_info.target_suite
binaries_s = source_suite.binaries