From 6f82d329775ec8358402a2f3add187695f7f32f9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 10 Mar 2021 08:11:51 +0100 Subject: [PATCH] tape: cleanup - remove wrong inline comment --- src/tape/drive/volume_statistics.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tape/drive/volume_statistics.rs b/src/tape/drive/volume_statistics.rs index 1a2a6f90..dee7ce66 100644 --- a/src/tape/drive/volume_statistics.rs +++ b/src/tape/drive/volume_statistics.rs @@ -30,9 +30,6 @@ fn sg_read_volume_statistics(file: &mut F) -> Result, Error> let buffer_size = 8192; let mut sg_raw = SgRaw::new(file, buffer_size)?; - // Note: We cannjot use LP 2Eh TapeAlerts, because that clears flags on read. - // Instead, we use LP 12h TapeAlert Response. which does not clear the flags. - let mut cmd = Vec::new(); cmd.push(0x4D); // LOG SENSE cmd.push(0);