瀏覽代碼

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:
 private:
 	std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
 	std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
-	const Nullkiller * ai;
 
 
 public:
 public:
 	ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}
 	ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}