Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ermau committed Dec 16, 2012
1 parent db14322 commit 0b8e5e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Instant.VisualStudio/InstantVisualStudio.cs
Expand Up @@ -17,11 +17,9 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
Expand Down Expand Up @@ -79,6 +77,7 @@ public void Dispose()

private Document document;

private static int submissionId;
private readonly Evaluator evaluator = new Evaluator();

private readonly IAdornmentLayer layer;
Expand Down Expand Up @@ -532,10 +531,6 @@ private string GetOutputPath (EnvDTE.Project project)
return Path.Combine (csproj.Directory.FullName, outputPath, file);
}

private static readonly Regex IdRegex = new Regex (@"/\*_(\d+)_\*/", RegexOptions.Compiled);

private static int submissionId;

private void OnEvaluationCompleted (object sender, EvaluationCompletedEventArgs e)
{
var sink = (MemoryInstrumentationSink)e.Submission.Sink;
Expand Down

0 comments on commit 0b8e5e2

Please sign in to comment.