From 3681ddfb6e1f6883b5d03ca353a70150117d9a81 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 1 Feb 1996 17:35:15 +0000 Subject: [PATCH] Remove statement that does nothing now, forget in my prev. commit --- sys/scsi/cd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index ffa24f7490f..0555c943546 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * 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" @@ -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)); if (error) break; - NTOHS(th->len); if (starting_track == 0) starting_track = th->starting_track;