Skip to content

Commit

Permalink
Removed disposing logic from the dispose method in the lexer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Mar 30, 2024
1 parent ba9d6a8 commit 2d1443b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Pasper/Parsing/Lexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ protected virtual void Dispose(bool disposing)
{
if (_disposed)
return;

if (!disposing)
return;

_disposed = true;
}
Expand Down

0 comments on commit 2d1443b

Please sign in to comment.