Skip to content

Commit 237bc17

Browse files
Removed unused code.
1 parent 98d9cf6 commit 237bc17

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/LayoutRules/SA1513ClosingBraceMustBeFollowedByBlankLine.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ private static bool StartsWithDirectiveTrivia(SyntaxTriviaList triviaList)
162162
return false;
163163
}
164164

165-
private static bool IsQueryClause(SyntaxToken token)
166-
{
167-
return (token.Parent is FromClauseSyntax) ||
168-
(token.Parent is GroupClauseSyntax);
169-
}
170-
171165
private static bool IsPartOf<T>(SyntaxToken token)
172166
{
173167
var result = false;

0 commit comments

Comments
 (0)