From 5177f8024b512f1dca86aaececc5fbc708948ad4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 9 Aug 2007 12:31:46 +0200 Subject: * apt-pkg/pkgcachegen.cc: - increase default mmap size * tests/local-repo: - added local repository testcase --- apt-pkg/acquire-item.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'apt-pkg/acquire-item.cc') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index f3784a58b..32798335c 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -674,10 +674,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash, { // The files timestamp matches if (StringToBool(LookupTag(Message,"Alt-IMS-Hit"),false) == true) - { - unlink(FileName.c_str()); return; - } Decompression = true; Local = true; DestFile += ".decomp"; -- cgit v1.2.3