Skip to content

Commit

Permalink
Remove debugging, GPL references
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 22, 2015
1 parent 37d9d37 commit 84a6b79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions time_it.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,6 @@ int main(int argc, char * argv[]) {
optind = 1;
int i;

#ifdef _DEBUG
for (i = 0; i < argc; ++i) {
printf("argv[%d]=%s\n", i, argv[i]);
}
#endif
while (true) {
long l;
if (optind < argc && argv[optind] && argv[optind][0] == '/')
Expand Down Expand Up @@ -800,7 +795,7 @@ int main(int argc, char * argv[]) {
int devices = argc - optind;

if (devices == 0) {
fprintf(stderr, "%s: No files specified", progname);
fprintf(stderr, "%s: No files specified\n", progname);
usage(1);
}

Expand Down

0 comments on commit 84a6b79

Please sign in to comment.