From 01c347c5621a687cfac8889a32e50bd1d16628c8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 2 Jul 2017 08:34:17 -0400 Subject: Fix softlock in shiftorium gui boot --- ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShiftOS.WinForms/Applications') diff --git a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs index f6f3c7f..ab94d11 100644 --- a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs +++ b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs @@ -109,7 +109,6 @@ namespace ShiftOS.WinForms.Applications }); t.Start(); } - while (numComplete < cats.Length) { } // wait for all threads to finish their job } private void SetList() -- cgit v1.2.3