diff --git a/ICD.Common.Utils/IcdZip.cs b/ICD.Common.Utils/IcdZip.cs index 880bd85..b7f1c51 100644 --- a/ICD.Common.Utils/IcdZip.cs +++ b/ICD.Common.Utils/IcdZip.cs @@ -20,8 +20,6 @@ namespace ICD.Common.Utils /// public static bool Unzip(string path, string outputPath, out string message) { - message = null; - try { #if SIMPLSHARP diff --git a/ICD.Common.Utils/MathUtils.cs b/ICD.Common.Utils/MathUtils.cs index 8ee0ea5..26b9258 100644 --- a/ICD.Common.Utils/MathUtils.cs +++ b/ICD.Common.Utils/MathUtils.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using ICD.Common.Utils.Collections; using ICD.Common.Utils.Extensions; namespace ICD.Common.Utils