Skip to content

Commit

Permalink
Remove now unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft committed Nov 11, 2024
1 parent 3630f02 commit 4cf30b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ internal class JobPartPlanFile : IDisposable
/// </summary>
public readonly SemaphoreSlim WriteLock;

private const int DefaultBufferSize = 81920;

private JobPartPlanFile()
{
WriteLock = new SemaphoreSlim(1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ internal class JobPlanFile : IDisposable
/// </summary>
public readonly SemaphoreSlim WriteLock;

private const int DefaultBufferSize = 81920;

private JobPlanFile(string id, string filePath)
{
Id = id;
Expand Down

0 comments on commit 4cf30b1

Please sign in to comment.