From f4d5c1d7556263569c2cc529ff6146785b9315d5 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 13 Apr 2016 18:35:17 +0200 Subject: [PATCH] Remove Platforms.Null from Windows style check Doesn't exist anymore. --- make.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index ce7981e8eb..d1c666fb44 100644 --- a/make.ps1 +++ b/make.ps1 @@ -164,8 +164,6 @@ elseif ($command -eq "check") { echo "Checking for code style violations in OpenRA.Platforms.Default..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Platforms.Default - echo "Checking for code style violations in OpenRA.Platforms.Null..." - ./OpenRA.Utility.exe ra --check-code-style OpenRA.Platforms.Null echo "Checking for code style violations in OpenRA.GameMonitor..." ./OpenRA.Utility.exe ra --check-code-style OpenRA.GameMonitor echo "Checking for code style violations in OpenRA.Game..."