diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-21 13:56:19 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-21 13:56:19 +0100 |
commit | fce726023f703c369ae030684e75ed03c7544d6b (patch) | |
tree | 35e29b133b2e328bece499f45b0eb5358ffcccd1 /apt-pkg/acquire-item.h | |
parent | 6ad4feb6e2c4dc7badfdfd57c0110d58567d7a7a (diff) |
implement AptAuthenticationReliabtlity spec
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index a48f7f7e5..7ecbf570a 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -612,7 +612,6 @@ class pkgAcqMetaSig : public pkgAcquire::Item /** \brief The last good signature file */ string LastGoodSig; - /** \brief The fetch request that is currently being processed. */ pkgAcquire::ItemDesc Desc; |