Commit 3fb8dccc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ee1a48cf
......@@ -55,7 +55,6 @@ const debugPPSet = false
type PPTreeSubSet map[zodb.Oid]*nodeInTree
// nodeInTree represents tracking information about a node.
// XXX -> treeNode ?
type nodeInTree struct {
parent zodb.Oid // parent node | InvalidOid for root
nchild int // number of direct children in PPTreeSubSet referring to this node
......@@ -355,7 +354,7 @@ func (S PPTreeSubSet) gc1(oid zodb.Oid) {
// verify checks internal consistency of S.
func (S PPTreeSubSet) verify() {
// XXX !debug -> return ?
// TODO !debug -> return
var badv []string
badf := func(format string, argv ...interface{}) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment