You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/modernc.org/b/nop_inst.go

23 lines
240 B

// +build !b.instrumentation
package b
type dTree struct {
}
type treeInst struct {
}
func (t *Tree) didCopy(n int) {
}
func (d *d) didCopy(n int) {
}
func (t *Tree) countCopies() int64 {
return 0
}
func (d *d) setTree(t *Tree) {
}