Save and restore requested locales on target load/commit
[platform/upstream/libzypp.git] / zypp / Target.cc
index 29c968f..cb98e17 100644 (file)
@@ -91,9 +91,6 @@ namespace zypp
   Date Target::timestamp() const
   { return _pimpl->timestamp(); }
 
-  void Target::reset()
-  { return _pimpl->reset(); }
-
   /////////////////////////////////////////////////////////////////
 } // namespace zypp
 ///////////////////////////////////////////////////////////////////