提交 ccc3c0d0 编写于 作者: D David Barbet

Remove unnecessary imports.

上级 d3f32755
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.Extensions;
......@@ -58,7 +56,6 @@ public void AnalyzeNode(SyntaxNodeAnalysisContext context)
}
var embeddedStatement = statement.GetEmbeddedStatement();
switch (embeddedStatement.Kind())
{
case SyntaxKind.Block:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册