diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index dd9dfcd516..3a9ffc0b73 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -919,7 +919,6 @@ DBErrors CWallet::ReorderTransactions() // Probably a bad idea to change the output of this // First: get all CWalletTx into a sorted-by-time multimap. - typedef std::multimap TxItems; TxItems txByTime; for (auto& entry : mapWallet)