1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

caff: remove dead code

This commit is contained in:
Ronsor 2023-08-17 13:19:28 -07:00
parent da41a8d311
commit 29084e358e

View File

@ -82,10 +82,6 @@ func decodeVersion(d *decode.D) {
d.FieldU8("patch")
}
func decodeCompressed(d *decode.D) {
d.FieldU8("zip")
}
func decodeCAFF(d *decode.D) any {
var ci format.CAFF_In
d.ArgAs(&ci)