浏览代码

Warnings

Removed unused variable.
Xilmi 1 年之前
父节点
当前提交
ed82e2bf4a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      AI/Nullkiller/Engine/Nullkiller.cpp

+ 0 - 2
AI/Nullkiller/Engine/Nullkiller.cpp

@@ -649,8 +649,6 @@ bool Nullkiller::handleTrading()
 				if (mostExpendable == mostWanted || mostWanted == -1 || mostExpendable == -1)
 					return false;
 
-				int acquiredResources = 0;
-
 				int toGive;
 				int toGet;
 				m->getOffer(mostExpendable, mostWanted, toGive, toGet, EMarketMode::RESOURCE_RESOURCE);