Skip to content

Commit

Permalink
Remove dead constant
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 19, 2022
1 parent 0c41ccb commit d532384
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MessagePack.MSBuild.Tasks/MessagePackGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ namespace MessagePack.MSBuild.Tasks
{
public class MessagePackGenerator : Microsoft.Build.Utilities.Task, ICancelableTask
{
private const string GeneratedFileName = "mpc_generated.cs";

private readonly CancellationTokenSource cts = new CancellationTokenSource();

[Required]
Expand Down

0 comments on commit d532384

Please sign in to comment.