diff options
Diffstat (limited to 'vendor/modernc.org/memory/counters.go')
-rw-r--r-- | vendor/modernc.org/memory/counters.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/modernc.org/memory/counters.go b/vendor/modernc.org/memory/counters.go deleted file mode 100644 index d50a36128..000000000 --- a/vendor/modernc.org/memory/counters.go +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2017 The Memory Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:build memory.counters -// +build memory.counters - -package memory // import "modernc.org/memory" - -const counters = true |