Browse Source

Fixed build.

pull/14/head
mkonicek 15 years ago
parent
commit
62cad95369
  1. 2
      src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs

2
src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs

@ -113,7 +113,7 @@ namespace ICSharpCode.SharpDevelop.Refactoring @@ -113,7 +113,7 @@ namespace ICSharpCode.SharpDevelop.Refactoring
// var sw = new Stopwatch(); sw.Start();
var editorContext = new EditorContext(this.editor);
long elapsedEditorContextMs = sw.ElapsedMilliseconds;
// long elapsedEditorContextMs = sw.ElapsedMilliseconds;
// could run providers in parallel
foreach (var provider in providers) {

Loading…
Cancel
Save