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) {