summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/AssemblyUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/AssemblyUtil.cs')
-rw-r--r--csharp/src/Ice/AssemblyUtil.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/src/Ice/AssemblyUtil.cs b/csharp/src/Ice/AssemblyUtil.cs
index 58b14133fd4..f3de5b4555b 100644
--- a/csharp/src/Ice/AssemblyUtil.cs
+++ b/csharp/src/Ice/AssemblyUtil.cs
@@ -9,7 +9,6 @@
namespace IceInternal
{
-
using System;
using System.Collections;
using System.Collections.Generic;
@@ -139,7 +138,7 @@ namespace IceInternal
_loadedAssemblies[ra.FullName] = ra;
loadReferencedAssemblies(ra);
}
- catch(System.Exception)
+ catch(Exception)
{
// Ignore assemblies that cannot be loaded.
}