Adjust diskusage to be a ResObject attribute. Overloaded in
[platform/upstream/libzypp.git] / zypp / detail / SrcPackageImplIf.cc
index 881eae3..4b94bf3 100644 (file)
@@ -35,9 +35,6 @@ namespace zypp
     OnMediaLocation SrcPackageImplIf::location() const
     { return OnMediaLocation(); }
 
-    DiskUsage SrcPackageImplIf::diskusage() const
-    { return DiskUsage(); }
-
     /////////////////////////////////////////////////////////////////
   } // namespace detail
   ///////////////////////////////////////////////////////////////////