Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Apr 9, 2024
1 parent 6b9d2bc commit 5d2c7f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions velox/functions/sparksql/Hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ template <
class PrimitiveVectorHasher
: public VectorHasher<HashClass, SeedType, ReturnType> {
public:
using T = typename TypeTraits<kind>::NativeType;

PrimitiveVectorHasher(DecodedVector& decoded)
: VectorHasher<HashClass, SeedType, ReturnType>(decoded) {}

Expand Down

0 comments on commit 5d2c7f5

Please sign in to comment.