diff options
author | Jose <jose@zeroc.com> | 2019-09-17 16:48:51 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-17 16:48:51 +0200 |
commit | c49e4130fb7c0b993e4d98cf553ada470ca401a5 (patch) | |
tree | 0735cff04b42070b63fa5c7065279dc751584598 | |
parent | Fixed download URL (diff) | |
download | ice-c49e4130fb7c0b993e4d98cf553ada470ca401a5.tar.bz2 ice-c49e4130fb7c0b993e4d98cf553ada470ca401a5.tar.xz ice-c49e4130fb7c0b993e4d98cf553ada470ca401a5.zip |
Remove outdated C# commnet
-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) |