diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:47 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:47 +0000 |
commit | a72ace2091afd833e9359514644676c6bca55d96 (patch) | |
tree | 9a0d5ae9403e7d5ef36cbe965a5e8fc95b587738 /apt-pkg/acquire.h | |
parent | 2662c370aa734419fd561342b7b57f338dc159e6 (diff) |
Minor Acquire cleanup
Author: jgg
Date: 1998-11-29 01:24:14 GMT
Minor Acquire cleanup
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 8bdcb8bb2..1526a1f7a 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.h,v 1.14 1998/11/23 07:32:20 jgg Exp $ +// $Id: acquire.h,v 1.15 1998/11/29 01:24:20 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -179,7 +179,6 @@ struct pkgAcquire::MethodConfig string Version; bool SingleInstance; - bool PreScan; bool Pipeline; bool SendConfig; bool LocalOnly; |