mirror of
https://github.com/wader/fq.git
synced 2024-12-24 22:05:31 +03:00
removed unused return type
This commit is contained in:
parent
369f4016c1
commit
3198602d25
@ -87,7 +87,7 @@ func decodeSize(d *decode.D, sms ...scalar.Mapper) uint64 {
|
||||
return n
|
||||
}
|
||||
|
||||
func decodeItem(d *decode.D, p *plist) any {
|
||||
func decodeItem(d *decode.D, p *plist) {
|
||||
m := d.FieldU4("type", elementTypeMap)
|
||||
switch m {
|
||||
case elementTypeNullOrBoolOrFill:
|
||||
@ -177,8 +177,6 @@ func decodeItem(d *decode.D, p *plist) any {
|
||||
default:
|
||||
d.Errorf("unknown type marker: %d", m)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func decodeReference(d *decode.D, p *plist, idx uint64) {
|
||||
|
Loading…
Reference in New Issue
Block a user