Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Nov 20, 2024
1 parent 71c08f1 commit 1fcb289
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Src/LexText/ParserCore/ParseFiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ public class ParseFiler

#region Properties

/// <summary>
/// Are we in the process of stopping the thread this is running in?
/// </summary>
public bool Stopping;

/// <summary>
/// Are we updating word forms?
/// </summary>
public bool UpdatingWordforms;

#endregion Properties

#region Construction and Disposal
Expand Down

0 comments on commit 1fcb289

Please sign in to comment.