Skip to content

Commit

Permalink
Remove unused field (#53100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher authored May 21, 2021
1 parent 91772b5 commit c086077
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public class HPackDecoderTests

private const string _userAgentString = "user-agent";

private static readonly byte[] _userAgentBytes = Encoding.ASCII.GetBytes(_userAgentString);

private const string _headerNameString = "new-header";

private static readonly byte[] _headerNameBytes = Encoding.ASCII.GetBytes(_headerNameString);
Expand Down

0 comments on commit c086077

Please sign in to comment.