Skip to content

Commit

Permalink
Removed unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 26, 2021
1 parent 020e749 commit 68306d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private static void AddSelf(Span<uint> left, ReadOnlySpan<uint> right)
// Switching to managed references helps eliminating
// index bounds check...
ref uint leftPtr = ref MemoryMarshal.GetReference(left);
ref uint rightPtr = ref MemoryMarshal.GetReference(right);

// Executes the "grammar-school" algorithm for computing z = a + b.
// Same as above, but we're writing the result directly to a and
Expand Down

0 comments on commit 68306d1

Please sign in to comment.