Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2004-07-26 21:45:53 +0400
committerMartin Baulig <martin@novell.com>2004-07-26 21:45:53 +0400
commit84cd139e907de7178d9181362d97a40c7b691c99 (patch)
treefac82cc569c12c8d857040a4fbb1b906ed215166 /mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
parent0fe0119e674ad4cf2c63187b6319d9f8e19e7581 (diff)
Removed unneeded using clause.
svn path=/trunk/mcs/; revision=31475
Diffstat (limited to 'mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs')
-rw-r--r--mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
index 07a86816051..f9e2f50287c 100644
--- a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
+++ b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
@@ -30,7 +30,6 @@
using System;
using System.Reflection;
-using System.Reflection.Emit;
using System.Collections;
using System.Text;
using System.IO;