Remove old call for low latency garbage collection

This commit is contained in:
Travis Nickles 2019-01-17 03:26:19 -06:00
parent 19c81b8f68
commit 190dc5e75c

View File

@ -5,7 +5,6 @@ using System.Runtime.InteropServices;
using Process = System.Diagnostics.Process;
using System.ComponentModel;
using System.Globalization;
using System.Runtime;
using Microsoft.Win32.TaskScheduler;
namespace DS4Windows
@ -69,8 +68,6 @@ namespace DS4Windows
}
}
GCSettings.LatencyMode = GCLatencyMode.LowLatency;
try
{
Process.GetCurrentProcess().PriorityClass =