--- dtc.c.orig 2011-07-01 23:25:03.000000000 +0200 +++ dtc.c 2011-07-01 23:25:41.000000000 +0200 @@ -99,7 +99,7 @@ const char *inform = "dts"; const char *outform = "dts"; const char *outname = "-"; - int force = 0, check = 0, sort = 0; + int force = 0, sort = 0; const char *arg; int opt; FILE *outf = NULL; @@ -111,7 +111,7 @@ minsize = 0; padsize = 0; - while ((opt = getopt(argc, argv, "hI:O:o:V:R:S:p:fcqb:vH:s")) != EOF) { + while ((opt = getopt(argc, argv, "hI:O:o:V:R:S:p:fqb:vH:s")) != EOF) { switch (opt) { case 'I': inform = optarg; @@ -137,9 +137,6 @@ case 'f': force = 1; break; - case 'c': - check = 1; - break; case 'q': quiet++; break;