mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Tidying
This commit is contained in:
parent
3ff80a2a39
commit
3feb77dbf4
2 changed files with 0 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ namespace ICD.Common.Utils
|
||||||
/// <param name="message"></param>
|
/// <param name="message"></param>
|
||||||
public static bool Unzip(string path, string outputPath, out string message)
|
public static bool Unzip(string path, string outputPath, out string message)
|
||||||
{
|
{
|
||||||
message = null;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Utils.Collections;
|
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
|
|
||||||
namespace ICD.Common.Utils
|
namespace ICD.Common.Utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue