clean up: remove unused namespaces

This commit is contained in:
Gary Sharp
2024-12-14 16:55:37 +11:00
parent 8abe31f430
commit b15917254f
192 changed files with 88 additions and 729 deletions
@@ -85,7 +85,6 @@
//
using System;
using System.IO;
// flymake: csc.exe /t:module BZip2InputStream.cs BZip2OutputStream.cs Rand.cs BCRC32.cs @@FILE@@
@@ -80,7 +80,6 @@
//
using System;
using System.IO;
namespace Ionic.BZip2
@@ -24,8 +24,6 @@
// Created: Tue, 08 Sep 2009 22:03
//
using Interop=System.Runtime.InteropServices;
namespace Ionic.Zip
{
/// <summary>
@@ -24,8 +24,6 @@
//
using System;
using System.Collections.Generic;
using System.Text;
namespace Ionic.Zip
{
@@ -25,8 +25,6 @@
using System;
using System.Collections.Generic;
using System.Text;
#if !NETCF
using System.Runtime.Serialization;
#endif
@@ -28,11 +28,6 @@
//
// ------------------------------------------------------------------
using System;
using System.IO;
using System.Collections.Generic;
using System.Security.Cryptography;
#if AESCRYPTO
namespace Ionic.Zip
{
@@ -310,7 +305,7 @@ namespace Ionic.Zip
}
#endif
#endregion
#endregion
@@ -28,7 +28,6 @@
using System;
using System.IO;
using RE = System.Text.RegularExpressions;
namespace Ionic.Zip
{
@@ -28,7 +28,6 @@
using System;
using System.IO;
using System.Collections.Generic;
namespace Ionic.Zip
{
@@ -29,7 +29,6 @@
using System;
using System.IO;
using System.Collections.Generic;
namespace Ionic.Zip
{
@@ -25,7 +25,6 @@
//
using System;
using System.IO;
namespace Ionic.Zip
{
@@ -27,7 +27,6 @@
using System;
using System.IO;
using System.Collections.Generic;
namespace Ionic.Zip
{
@@ -30,12 +30,9 @@
//
using System;
using System.Threading;
using System.Collections.Generic;
using System.IO;
using Ionic.Zip;
namespace Ionic.Zip
namespace Ionic.Zip
{
/// <summary>
/// Provides a stream metaphor for reading zip files.
@@ -46,7 +46,6 @@ using System;
using System.Threading;
using System.Collections.Generic;
using System.IO;
using Ionic.Zip;
namespace Ionic.Zip
{
@@ -25,7 +25,6 @@
using System;
using System.Collections.Generic;
using System.IO;
namespace Ionic.Zip
@@ -27,7 +27,6 @@
using System;
using System.Collections.Generic;
using System.Threading;
using Ionic.Zlib;
using System.IO;
@@ -60,9 +60,6 @@
//
// -----------------------------------------------------------------------
using System;
namespace Ionic.Zlib
{
sealed class Tree
@@ -88,8 +88,7 @@
using System;
using Interop=System.Runtime.InteropServices;
using Interop = System.Runtime.InteropServices;
namespace Ionic.Zlib
{
@@ -60,9 +60,6 @@
//
// -----------------------------------------------------------------------
using System;
namespace Ionic.Zlib
{
/// <summary>