浏览代码

Remove unused variable

Tomasz Zieliński 2 年之前
父节点
当前提交
88178567b1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      AI/Nullkiller/Helpers/ArmyFormation.h

+ 0 - 1
AI/Nullkiller/Helpers/ArmyFormation.h

@@ -28,7 +28,6 @@ class DLL_EXPORT ArmyFormation
 {
 private:
 	std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
-	const Nullkiller * ai;
 
 public:
 	ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}