]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
Fix more warnings from clang
[apt.git] / apt-pkg / acquire-item.cc
index 99013d649eb591d765a7803ca741e32912696e67..70d03b84576d8ae63ca2a4b3fb048e6756115d97 100644 (file)
@@ -1620,7 +1620,6 @@ void pkgAcqMetaIndex::QueueIndexes(bool verify)                           /*{{{*/
 
    // at this point the real Items are loaded in the fetcher
    ExpectedAdditionalItems = 0;
-
    for (vector <IndexTarget*>::const_iterator Target = IndexTargets->begin();
         Target != IndexTargets->end();
         ++Target)