remove redundant constant

This commit is contained in:
onyx-and-iris 2023-12-15 01:41:04 +00:00
parent 92ff666ae2
commit 6a65b04ee8

View File

@ -1,7 +1,5 @@
package main package main
const MAX = 10
// getload returns the load of all boulders for a single image // getload returns the load of all boulders for a single image
func getload(raw []string) int { func getload(raw []string) int {
load := 0 load := 0