diff options
Diffstat (limited to 'remoting/host/host_key_pair.h')
-rw-r--r-- | remoting/host/host_key_pair.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/host/host_key_pair.h b/remoting/host/host_key_pair.h index 92ee4aa..4ae3fde 100644 --- a/remoting/host/host_key_pair.h +++ b/remoting/host/host_key_pair.h @@ -34,8 +34,6 @@ class HostKeyPair { std::string GetSignature(const std::string& message) const; private: - void DoSave(MutableHostConfig* host_config) const; - scoped_ptr<base::RSAPrivateKey> key_; }; |