1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35: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( return nil, errors.New(
"cannot record codec " + codec.MimeType, "cannot record codec " + codec.MimeType,
) )
continue
} }
track := &diskTrack{ track := &diskTrack{
remote: remote, remote: remote,