style: remove even more deprecated code
This commit is contained in:
@@ -278,14 +278,6 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
|
||||
std::unordered_set<std::string> foundOfferings;
|
||||
std::unordered_set<std::string> foundCatalogItems;
|
||||
|
||||
//std::unordered_set<std::string> objectIds;
|
||||
//objectIds.insert(_camperItemIds.begin(), _camperItemIds.end());
|
||||
//objectIds.insert(_slasherPowerIds.begin(), _slasherPowerIds.end());
|
||||
|
||||
//std::unordered_set<std::string> addonIds;
|
||||
//addonIds.insert(_camperAddonIds.begin(), _camperAddonIds.end());
|
||||
//addonIds.insert(_slasherAddonIds.begin(), _slasherAddonIds.end());
|
||||
|
||||
std::unordered_set<std::string> offeringIds;
|
||||
offeringIds.insert(_camperOfferingIds.begin(), _camperOfferingIds.end());
|
||||
offeringIds.insert(_slasherOfferingIds.begin(), _slasherOfferingIds.end());
|
||||
|
||||
Reference in New Issue
Block a user