From: Mark Wooding Date: Sun, 6 Mar 2022 00:55:55 +0000 (+0000) Subject: dvd-sector-copy.c: Remove the pointless `status' variable. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dvdrip/commitdiff_plain/8da99a821a98b5e9bc6b9f17f89b51a24f80d9db?ds=sidebyside;hp=8da99a821a98b5e9bc6b9f17f89b51a24f80d9db dvd-sector-copy.c: Remove the pointless `status' variable. Relic of former days when `dvdrip' used the return code to infer that there were bad blocks. Nowadays it checks for the `badblocks' file. ---