Change-Id: Id87d9f55d1714fc553f5b1a9cba0f2fe348dad3e
Reviewed-on: https://go-review.googlesource.com/126396
Run-TryBot: Yury Smolsky <yury@smolsky.by>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
}
if len(preds) == 0 {
- if state.loggingEnabled {
- }
state.currentState.reset(nil)
return nil, true
}
}
state.changedVars.clear()
}
-
}
if state.loggingEnabled {
for i, slot := range state.varSlots[varID] {
pending.pieces[i] = curLoc[slot]
}
- return
-
}
// writePendingEntry writes out the pending entry for varID, if any,
if s != "" {
te.Errorf("Tree consistency problem at %v", s)
return
- } else {
- // fmt.Printf("%s", t.DebugString())
}
}