Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit a6c4748

Browse files
committed
removed test variable
1 parent d416d61 commit a6c4748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UI/Components/EditorElementBracketHighlighter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ private bool CheckForString(IDocument document, int offset)
691691
for (var i = offset; i >= 0; --i)
692692
{
693693
var ch = document.GetCharAt(i);
694-
var c = document.GetLineByOffset(i);
695694

696695
// If we find a quote in the same line, set a flag.
697696

0 commit comments

Comments
 (0)