diff options
Diffstat (limited to 'csharp/src/Ice/BZip2.cs')
-rw-r--r-- | csharp/src/Ice/BZip2.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/csharp/src/Ice/BZip2.cs b/csharp/src/Ice/BZip2.cs index 438dcbe460b..62e2435ab96 100644 --- a/csharp/src/Ice/BZip2.cs +++ b/csharp/src/Ice/BZip2.cs @@ -116,12 +116,6 @@ namespace IceInternal // _bzlibInstalled = false; _bzlibName = ""; - - // - // We are setting the library name here because, under Mono, we don't know the exact library name. - // In addition, the FileName member of the BadImageFormatException is the empty string, even though - // it should provide the name of the library. - // try { if(AssemblyUtil.isWindows) |