From 62cad95369f60f5f86a466986428536cd9c86bbe Mon Sep 17 00:00:00 2001 From: mkonicek Date: Wed, 22 Dec 2010 23:44:36 +0100 Subject: [PATCH] Fixed build. --- .../RefactoringService/ContextActions/ContextActionsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs b/src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs index 816ac8831f..2e3f91c2ed 100644 --- a/src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs +++ b/src/Main/Base/Project/Src/Services/RefactoringService/ContextActions/ContextActionsService.cs @@ -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) {