]> git.saurik.com Git - apt.git/blobdiff - methods/https.cc
* apt-pkg/pkgcache.cc:
[apt.git] / methods / https.cc
index 87de545898b528ef1cdcd8a2a519977beb49b5c6..8bf44b52a995b994f6ba252aa386d1d39d171859 100644 (file)
@@ -253,7 +253,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
    // cleanup
    if(success != 0) 
    {
-      unlink(File->Name().c_str());
       _error->Error("%s", curl_errorstr);
       Fail();
       return true;