diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
commit | 857e9c13d8d9808fcd1ac8ff3469f6c0b90b7fea (patch) | |
tree | 32e8b6a9b8de4362ba9f038a4e938b4ce93c5e90 /apt-pkg/pkgcache.h | |
parent | 25396fb06350344996a20d05423562f08a4165db (diff) |
Drop the Arch information from the Version structure as we can get
the information from the parent package now
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 5f50001d0..5edeedfd1 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -276,7 +276,6 @@ struct pkgCache::Version /*{{{*/ { map_ptrloc VerStr; // Stringtable map_ptrloc Section; // StringTable (StringItem) - map_ptrloc Arch; // StringTable enum {None, All, Foreign, Same, Allowed} MultiArch; // Lists |