diff options
Diffstat (limited to 'chrome/browser/sync/util/nigori.cc')
-rw-r--r-- | chrome/browser/sync/util/nigori.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/sync/util/nigori.cc b/chrome/browser/sync/util/nigori.cc index 33d3915..77cca2b 100644 --- a/chrome/browser/sync/util/nigori.cc +++ b/chrome/browser/sync/util/nigori.cc @@ -70,10 +70,6 @@ Nigori::~Nigori() { bool Nigori::InitByDerivation(const std::string& hostname, const std::string& username, const std::string& password) { - hostname_ = hostname; - username_ = username; - password_ = password; - NigoriStream salt_password; salt_password << username << hostname; |