Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / SrcPackage.h
index 70a5e26..01d8861 100644 (file)
@@ -42,13 +42,6 @@ namespace zypp
     /** location of resolvable in repo */
     OnMediaLocation location() const;
 
-    /** Location of the downloaded package in cache or an empty path. */
-    Pathname cachedLocation() const;
-
-    /** Whether the package is cached. */
-    bool isCached() const
-    { return ! cachedLocation().empty(); }
-
   protected:
     friend Ptr make<Self>( const sat::Solvable & solvable_r );
     /** Ctor */