1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-07 17:47:14 +00:00

cleanup: Remove unused/unnecessary code

This commit is contained in:
Andreas Deininger
2024-12-01 21:56:13 +01:00
committed by Alberto Bertogli
parent eb21e61a4f
commit 227379ecde
2 changed files with 1 additions and 7 deletions

View File

@@ -8,8 +8,6 @@ import (
)
var (
errNoBody = errors.New("no body found")
errUnknownCanonicalization = errors.New("unknown canonicalization")
)