build: drop deprecated build tags

This commit is contained in:
Yurii Soldak
2022-12-19 22:20:23 +01:00
committed by Ron Evans
parent 146e2cd376
commit 8d4d3c6201
418 changed files with 4 additions and 425 deletions
-1
View File
@@ -1,5 +1,4 @@
//go:build runtime_memhash_tsip
// +build runtime_memhash_tsip
// This is the tsip hash developed by Damian Gryski, based on ideas from SipHash.
// It is slower than leveldb's hash, but should be "stronger".