Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / media / TransferSettings.cc
index f5edfb6..faf57d7 100644 (file)
@@ -76,7 +76,6 @@ public:
     bool _verify_peer;
     Pathname _ca_path;
     Pathname _client_cert_path;
-    Pathname _client_key_path;
 
     // workarounds
     bool _head_requests_allowed;
@@ -288,16 +287,6 @@ void TransferSettings::setClientCertificatePath( const zypp::Pathname &path )
     _impl->_client_cert_path = path;
 }
 
-Pathname TransferSettings::clientKeyPath() const
-{
-    return _impl->_client_key_path;
-}
-
-void TransferSettings::setClientKeyPath( const zypp::Pathname &path )
-{
-    _impl->_client_key_path = path;
-}
-
 
 void TransferSettings::setVerifyPeerEnabled( bool enabled )
 {