aboutsummaryrefslogtreecommitdiffstats
path: root/c_ldirs.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_ldirs.go')
-rw-r--r--c_ldirs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_ldirs.go b/c_ldirs.go
index 3de40e5..2fca939 100644
--- a/c_ldirs.go
+++ b/c_ldirs.go
@@ -165,6 +165,7 @@ func (dir *DirsNode) count_hosts() int {
}
return dir.lhost.last.ID + 1
}
+
// return the number of hosts and subfolders of the dir
// func (item *ItemsNode) count_elements(skip_folds bool,
// folds map[*DirsNode]*ItemsList) (*ItemsNode, int) {