summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-structr/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/codeberg.org/gruf/go-structr/list.go')
-rw-r--r--vendor/codeberg.org/gruf/go-structr/list.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/codeberg.org/gruf/go-structr/list.go b/vendor/codeberg.org/gruf/go-structr/list.go
index 3f69a1309..a2cb5b658 100644
--- a/vendor/codeberg.org/gruf/go-structr/list.go
+++ b/vendor/codeberg.org/gruf/go-structr/list.go
@@ -177,11 +177,3 @@ func (l *list) remove(elem *list_elem) {
// Decr count
l.len--
}
-
-// func (l *list) range_up(yield func(*list_elem) bool) {
-
-// }
-
-// func (l *list) range_down(yield func(*list_elem) bool) {
-
-// }