From 3300ae5f4e0f9b1b09515bc9b291150c0bc65146 Mon Sep 17 00:00:00 2001 From: warptangent Date: Thu, 6 Nov 2014 14:36:37 -0800 Subject: [PATCH] remove unused display variable --- src/simplewallet/simplewallet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 84e134fe..07370565 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -544,9 +544,6 @@ bool simple_wallet::new_wallet(const std::string &wallet_file, const std::string crypto::ElectrumWords::bytes_to_words(recovery_val, electrum_words, mnemonic_language); - std::string print_electrum = ""; - - success_msg_writer() << "**********************************************************************\n" << "Your wallet has been generated.\n" <<