dvd-sector-copy.c: Remove the pointless `status' variable.
[dvdrip] / dvd-sector-copy.c
index 03d2428..e60bbbe 100644 (file)
@@ -1,7 +1,5 @@
 #include "lib.h"
 
-static int status = 0;
-
 static void usage(FILE *fp)
 {
   fprintf(fp,
@@ -1317,5 +1315,5 @@ int main(int argc, char *argv[])
 #undef f_stats
 #undef f_write
 
-  return (status);
+  return (0);
 }