mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Remove unused variables.
This commit is contained in:
@@ -3956,9 +3956,7 @@ TER TransactionEngine::takeOffers(
|
|||||||
const uint256 uBookEnd = Ledger::getQualityNext(uBookBase);
|
const uint256 uBookEnd = Ledger::getQualityNext(uBookBase);
|
||||||
const uint64 uTakeQuality = STAmount::getRate(saTakerGets, saTakerPays);
|
const uint64 uTakeQuality = STAmount::getRate(saTakerGets, saTakerPays);
|
||||||
const uint160 uTakerPaysAccountID = saTakerPays.getIssuer();
|
const uint160 uTakerPaysAccountID = saTakerPays.getIssuer();
|
||||||
const uint160 uTakerPaysCurrency = saTakerPays.getCurrency();
|
|
||||||
const uint160 uTakerGetsAccountID = saTakerGets.getIssuer();
|
const uint160 uTakerGetsAccountID = saTakerGets.getIssuer();
|
||||||
const uint160 uTakerGetsCurrency = saTakerGets.getCurrency();
|
|
||||||
TER terResult = temUNCERTAIN;
|
TER terResult = temUNCERTAIN;
|
||||||
|
|
||||||
boost::unordered_set<uint256> usOfferUnfundedFound; // Offers found unfunded.
|
boost::unordered_set<uint256> usOfferUnfundedFound; // Offers found unfunded.
|
||||||
|
|||||||
Reference in New Issue
Block a user