Remove unused Mono.Cecil references
authorAlexis Christoforides <alexis@thenull.net>
Thu, 7 Apr 2016 22:01:42 +0000 (18:01 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Thu, 7 Apr 2016 22:01:42 +0000 (18:01 -0400)
mcs/tools/mono-symbolicate/LocationProvider.cs
mcs/tools/mono-symbolicate/Makefile

index 333ad1885b7e24b8506cf2da39f5474873eed0c7..0ddfddd944dafad3f3d030cff1695636c6877cc4 100644 (file)
@@ -5,7 +5,6 @@ using System.Text;
 using IKVM.Reflection;
 using System.Diagnostics;
 using System.Collections.Generic;
-using Mono.Cecil;
 using Mono.CompilerServices.SymbolWriter;
 using System.Runtime.InteropServices;
 
index 528fbcee7f50dc5e1fc4cf955f71c123fbd20c65..57fee31f46d265e5e05e15a6bbdfd5632ed1afae 100644 (file)
@@ -7,7 +7,7 @@ PROGRAM = mono-symbolicate.exe
 LOCAL_MCS_FLAGS = \
        /D:NO_AUTHENTICODE
 
-LIB_REFS = Mono.Cecil Mono.CompilerServices.SymbolWriter System.Xml System.Core System
+LIB_REFS = Mono.CompilerServices.SymbolWriter System.Xml System.Core System
 
 include ../../build/executable.make