Remove leftover debug printf

llvm-svn: 200866
This commit is contained in:
Ed Maste 2014-02-05 18:49:10 +00:00
parent 29e298a4ce
commit ba7cc706d9
1 changed files with 0 additions and 1 deletions

View File

@ -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;