Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
3fb8dccc
Commit
3fb8dccc
authored
Aug 17, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ee1a48cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
wcfs/internal/xbtree/blib/pptreesubset.go
wcfs/internal/xbtree/blib/pptreesubset.go
+1
-2
No files found.
wcfs/internal/xbtree/blib/pptreesubset.go
View file @
3fb8dccc
...
...
@@ -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
{})
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment