Skip to content

Commit cfe940a

Browse files
committed
unused
1 parent cd091e3 commit cfe940a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dbos/utils_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@ func (e *Event) Clear() {
117117

118118
/* Helpers */
119119

120-
func equal(a, b []int) bool {
121-
if len(a) != len(b) {
122-
return false
123-
}
124-
for i := range a {
125-
if a[i] != b[i] {
126-
return false
127-
}
128-
}
129-
return true
130-
}
131-
132120
func queueEntriesAreCleanedUp(ctx DBOSContext) bool {
133121
maxTries := 10
134122
success := false

0 commit comments

Comments
 (0)