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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2013-08-19 21:43:50 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2013-08-19 22:37:23 +0400
commit900fbd251f8266fd999792dee089880ae999e139 (patch)
treeb1f2783e162c8a2f39f2d1903a7b12580245a4ed /ICSharpCode.NRefactory.IKVM
parent60fb9b2c45b431b885522d0a4da3256b7b487e6d (diff)
Add more tests for UseStringFormatAction
Diffstat (limited to 'ICSharpCode.NRefactory.IKVM')
-rw-r--r--ICSharpCode.NRefactory.IKVM/IkvmLoader.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ICSharpCode.NRefactory.IKVM/IkvmLoader.cs b/ICSharpCode.NRefactory.IKVM/IkvmLoader.cs
index 067e4ee4..40619da2 100644
--- a/ICSharpCode.NRefactory.IKVM/IkvmLoader.cs
+++ b/ICSharpCode.NRefactory.IKVM/IkvmLoader.cs
@@ -29,17 +29,14 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
+using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-using System.Threading;
using ICSharpCode.NRefactory.Documentation;
-using ICSharpCode.NRefactory.Semantics;
using ICSharpCode.NRefactory.TypeSystem.Implementation;
using ICSharpCode.NRefactory.Utils;
using IKVM.Reflection;
-using System.IO;
-using System.Linq;
namespace ICSharpCode.NRefactory.TypeSystem
{