You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
BuildGraph/ZenMirrorTask: Remove unused using statements; they cause warnings in static analysis.
#rnx [CL 35660734 by matt peters in ue5-main branch]
This commit is contained in:
@@ -2,18 +2,11 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml;
|
||||
using EpicGames.Core;
|
||||
using EpicGames.Horde;
|
||||
using EpicGames.ProjectStore;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace AutomationTool.Tasks
|
||||
|
||||
Reference in New Issue
Block a user