chore: unneeded const

This commit is contained in:
Derrick Hammer 2024-02-09 15:58:44 -05:00
parent 227ac9b403
commit a43957b1db
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ import (
"os/exec"
)
const limit = units.MiB * 3.5
//go:generate bash -c "cd rust && cargo build -r"
//go:embed rust/target/release/rust
var pluginBin []byte