Skip to content

Commit

Permalink
Merge pull request #1529 from AArnott/fix1526
Browse files Browse the repository at this point in the history
Remove dead constant
  • Loading branch information
AArnott committed Nov 19, 2022
2 parents e9cdd76 + d532384 commit 92f230b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MessagePack.MSBuild.Tasks/MessagePackGenerator.cs
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 92f230b

Please sign in to comment.