Skip to content

Commit

Permalink
Advance can no longer be inlined
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@8f672e7
  • Loading branch information
davidfowl committed Jul 12, 2019
1 parent 3bbe042 commit 27600f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ internal bool CommitUnsynchronized()
return false;
}

[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal void Advance(int bytes)
{
lock (_sync)
Expand Down

0 comments on commit 27600f2

Please sign in to comment.