Browse Source

drop useless continue

Samuel Thibault 8 years ago
parent
commit
7170d94098
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/cg/cg.c

+ 0 - 1
examples/cg/cg.c

@@ -404,7 +404,6 @@ static void parse_args(int argc, char **argv)
 		{
 			FPRINTF(stderr, "usage: %s [-h] [-nblocks #blocks] [-n problem_size] [-no-reduction] [-maxiter i]\n", argv[0]);
 			exit(-1);
-			continue;
 		}
         }
 }