forked from OSchip/llvm-project
parent
29e298a4ce
commit
ba7cc706d9
|
@ -236,7 +236,6 @@ main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
// Skip any options we consumed with getopt_long_only
|
||||
printf ("optind = %d\n", optind);
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
||||
|
|
Loading…
Reference in New Issue