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:
parent
f89270e874
commit
6143f53ca2
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue