DRTVWR-570 Mac build fix

master
Andrey Lihatskiy 2022-10-27 02:35:52 +03:00
parent b8f75bd161
commit b2c5973fbd
1 changed files with 1 additions and 5 deletions

View File

@ -96,11 +96,7 @@ void LLAccountingCostManager::accountingCostCoro(std::string url,
LLSD dataToPost = LLSD::emptyMap();
dataToPost[keystr.c_str()] = objectList;
LLAccountingCostObserver* observer = observerHandle.get();
LLUUID transactionId = observer->getTransactionID();
observer = NULL;
LLAccountingCostObserver* observer = NULL;
LLSD results = httpAdapter->postAndSuspend(httpRequest, url, dataToPost);