debian/bin/gencontrol.py: Remove check for old [packages]tools config field

This was split into tools-versioned and tools-unversioned.
This commit is contained in:
Ben Hutchings 2018-06-26 22:27:55 +01:00
parent 38dba741c6
commit 3ff18afde5
1 changed files with 0 additions and 4 deletions

View File

@ -207,10 +207,6 @@ class Gencontrol(Base):
else:
makeflags['DO_LIBC'] = False
if not self.config.merge('packages').get('tools', True):
makeflags['DO_TOOLS'] = False
merge_packages(packages, packages_headers_arch, arch)
cmds_build_arch = ["$(MAKE) -f debian/rules.real build-arch-arch %s" % makeflags]