Skip to content

Commit e9fa740

Browse files
SystemsPurgeiripiri
authored andcommitted
Fix staticcheck
Signed-off-by: SystemsPurge <[email protected]>
1 parent f34069a commit e9fa740

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: configuration/config.go

-5
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,3 @@ func InitConfig() error {
189189
}
190190
return nil
191191
}
192-
193-
func remove(arr []GroupedScenario, index int) []GroupedScenario {
194-
arr[index] = arr[len(arr)-1]
195-
return arr[:len(arr)-1]
196-
}

0 commit comments

Comments
 (0)