Skip to content

Commit

Permalink
Remove unused variable in aHash (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwojcik committed Nov 17, 2023
1 parent aeb28d5 commit 40f8909
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hashes/rust-ahash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
//------------------------------------------------------------
// Random state generation

static const uint64_t PI[4] = {
UINT64_C(0x243f6a8885a308d3), UINT64_C(0x13198a2e03707344),
UINT64_C(0xa4093822299f31d0), UINT64_C(0x082efa98ec4e6c89),
};
// This is unused in this configuration
//static const uint64_t PI[4] = {
// UINT64_C(0x243f6a8885a308d3), UINT64_C(0x13198a2e03707344),
// UINT64_C(0xa4093822299f31d0), UINT64_C(0x082efa98ec4e6c89),
//};

static const uint64_t PI2[4] = {
UINT64_C(0x452821e638d01377), UINT64_C(0xbe5466cf34e90c6c),
Expand Down

0 comments on commit 40f8909

Please sign in to comment.