This commit is contained in:
Chris Cameron
2017-11-15 12:39:19 -05:00
parent 3ff80a2a39
commit 3feb77dbf4
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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