Skip to content

Commit 83fb3b7

Browse files
committed
rm comment
1 parent c40e55a commit 83fb3b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • sdks/go/pkg/beam/core/runtime/exec

sdks/go/pkg/beam/core/runtime/exec/hash.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type elementHasher interface {
3535
}
3636

3737
func makeElementHasher(c *coder.Coder, wc *coder.WindowCoder) elementHasher {
38-
// TODO(lostluck): move to a faster hashing library once we can take dependencies easily.
3938
hasher := &maphash.Hash{}
4039
we := MakeWindowEncoder(wc)
4140
switch c.Kind {

0 commit comments

Comments
 (0)