1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Remove unreachable code.

This commit is contained in:
Juliusz Chroboczek 2021-06-20 18:40:01 +02:00
parent f89270e874
commit 6143f53ca2

View file

@ -338,7 +338,6 @@ func newDiskConn(client *Client, directory string, up conn.Up, remoteTracks []co
return nil, errors.New(
"cannot record codec " + codec.MimeType,
)
continue
}
track := &diskTrack{
remote: remote,