aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-07 15:46:52 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-04 22:24:49 +0000
commitef93b0995c311e5d5f43a726dbe90aacca46faff (patch)
treea11cb1021768475708fc7b3da4d9558b768b0d37 /src/wallet/api/wallet.cpp
parentMerge pull request #5162 (diff)
downloadmonero-ef93b0995c311e5d5f43a726dbe90aacca46faff.tar.xz
various: remove unused variables
Diffstat (limited to 'src/wallet/api/wallet.cpp')
-rw-r--r--src/wallet/api/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp
index 2b7853330..44cd67657 100644
--- a/src/wallet/api/wallet.cpp
+++ b/src/wallet/api/wallet.cpp
@@ -1504,7 +1504,6 @@ PendingTransaction *WalletImpl::createSweepUnmixableTransaction()
{
clearStatus();
- vector<cryptonote::tx_destination_entry> dsts;
cryptonote::tx_destination_entry de;
PendingTransactionImpl * transaction = new PendingTransactionImpl(*this);