Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Aug 31, 2024
1 parent f47cb47 commit 19370d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Foundatio/Utility/InstrumentsValues.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Threading;
using Microsoft.Extensions.Logging;

namespace Foundatio.Utility;
Expand All @@ -11,8 +10,6 @@ public class InstrumentsValues<T1, T2, T3>
{
private readonly object _lock = new();
private int _readCount;
private bool _valuesUpdating;
private readonly AutoResetEvent _valuesUpdatingEvent = new(false);
private T1? _value1;
private T2? _value2;
private T3? _value3;
Expand Down

0 comments on commit 19370d5

Please sign in to comment.