Skip to content

Commit

Permalink
Remove unused variable declaration.
Browse files Browse the repository at this point in the history
This issue was found by a linter.

R=akalin@chromium.org

BUG=

Review URL: https://chromiumcodereview.appspot.com/23168006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218779 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
etienneb@chromium.org committed Aug 21, 2013
1 parent 2e94463 commit b73574d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sync/util/nigori.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const {
if (!encryptor.Init(encryption_key_.get(), Encryptor::CBC, iv))
return false;

std::string plaintext;
if (!encryptor.Decrypt(ciphertext, value))
return false;

Expand Down

0 comments on commit b73574d

Please sign in to comment.