Remove unnecessary UEBuildTarget parameter being passed to build platforms.

[CL 2707256 by Ben Marsh in Main branch]
This commit is contained in:
Ben Marsh
2015-09-27 13:10:21 -04:00
committed by Ben.Marsh@epicgames.com
parent ebed7efe0a
commit b2acdadf67
5 changed files with 6 additions and 9 deletions

View File

@@ -292,7 +292,7 @@ namespace UnrealBuildTool
return true;
}
public override void GetExtraModules(TargetInfo Target, UEBuildTarget BuildTarget, ref List<string> PlatformExtraModules)
public override void GetExtraModules(TargetInfo Target, List<string> PlatformExtraModules)
{
}