Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed May 1, 2024
1 parent 83993c3 commit 7036e4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions velox/functions/sparksql/Hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ namespace {

const int32_t kDefaultSeed = 42;

struct Murmur3Hash;
struct XxHash64;

// Computes the hash value of input using the hash function in HashClass.
template <typename HashClass, typename SeedType, typename ReturnType>
ReturnType hashOne(int32_t input, SeedType seed) {
Expand Down

0 comments on commit 7036e4d

Please sign in to comment.