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

Commit 6375546

Browse files
committed
Unused variables
1 parent 7403d9b commit 6375546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

UI/MainWindowBackgroundParser.cs

-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ private void BackgroundParser_Worker()
6969
Thread.Sleep(3000);
7070
var ee = GetAllEditorElements();
7171
var caret = -1;
72-
var text = string.Empty;
7372

7473
if (ee != null)
7574
{
@@ -90,7 +89,6 @@ private void BackgroundParser_Worker()
9089
if (ee[i1].IsLoaded)
9190
{
9291
caret = ee[i1].editor.CaretOffset;
93-
text = ee[i1].editor.Text;
9492
definitions[i1] =
9593
new Condenser(File.ReadAllText(fInfo.FullName), fInfo.Name)
9694
.Condense();

0 commit comments

Comments
 (0)