summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/debfile.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt/debfile.py b/apt/debfile.py
index 22f96bfc..b116a1aa 100644
--- a/apt/debfile.py
+++ b/apt/debfile.py
@@ -458,10 +458,6 @@ class DebPackage(object):
pkgname = self._sections["Package"]
architecture = self._sections["Architecture"]
- # Architecture all gets mapped to the native architecture internally
- if architecture == 'all':
- architecture = apt_pkg.config.find("APT::Architecture")
-
# Arch qualify the package name
pkgname = ":".join([pkgname, architecture])