mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-06 16:25:04 +00:00
Tidying
This commit is contained in:
@@ -20,8 +20,6 @@ namespace ICD.Common.Utils
|
||||
/// <param name="message"></param>
|
||||
public static bool Unzip(string path, string outputPath, out string message)
|
||||
{
|
||||
message = null;
|
||||
|
||||
try
|
||||
{
|
||||
#if SIMPLSHARP
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user