]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
Do not parse Status fields from remote sources
[apt.git] / apt-pkg / srcrecords.cc
index e3ffa9ab086d9d666c619e3cb5240ea8fac8a608..942f1156999f8e2aed5e0cf80f52237cebc1282d 100644 (file)
@@ -31,7 +31,7 @@
 // SrcRecords::pkgSrcRecords - Constructor                             /*{{{*/
 // ---------------------------------------------------------------------
 /* Open all the source index files */
-pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : d(NULL), Files(0), Current(0)
+pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : d(NULL), Files(0)
 {
    for (pkgSourceList::const_iterator I = List.begin(); I != List.end(); ++I)
    {