mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Remove statement that does nothing now, forget in my prev. commit
This commit is contained in:
parent
7e1ed1c4aa
commit
3681ddfb6e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13826
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
||||||
*
|
*
|
||||||
* $Id: cd.c,v 1.61 1996/01/30 23:11:06 ache Exp $
|
* $Id: cd.c,v 1.62 1996/02/01 16:22:58 ache Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_bounce.h"
|
#include "opt_bounce.h"
|
||||||
@ -786,7 +786,6 @@ cd_ioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p,
|
|||||||
(struct cd_toc_entry *)th, sizeof (*th));
|
(struct cd_toc_entry *)th, sizeof (*th));
|
||||||
if (error)
|
if (error)
|
||||||
break;
|
break;
|
||||||
NTOHS(th->len);
|
|
||||||
|
|
||||||
if (starting_track == 0)
|
if (starting_track == 0)
|
||||||
starting_track = th->starting_track;
|
starting_track = th->starting_track;
|
||||||
|
Loading…
Reference in New Issue
Block a user