mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
11 lines
278 B
Go
11 lines
278 B
Go
// Copyright 2022 Molecula Corp. (DBA FeatureBase).
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//go:build !roaringstats
|
|
// +build !roaringstats
|
|
|
|
package roaring
|
|
|
|
// statsCount does nothing, because you aren't building with
|
|
// the "roaringstats" build tag.
|
|
func statsHit(string) {
|
|
}
|