Remove unused variables.

This commit is contained in:
Arthur Britto
2012-09-07 14:40:16 -07:00
parent 90fb093402
commit a3ddb9b146

View File

@@ -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.