Browse Source

Drop outdated comment.

Samuel Thibault 13 years ago
parent
commit
948a95c01e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/core/sched_policy.c

+ 1 - 3
src/core/sched_policy.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2011  Université de Bordeaux 1
+ * Copyright (C) 2010-2012  Université de Bordeaux 1
  * Copyright (C) 2010-2011  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -464,8 +464,6 @@ pick:
 	goto pick;
 
 profiling:
-	/* Note that we may get a NULL task in case the scheduler was unlocked
-	 * for some reason. */
 	if (profiling)
 	{
 		struct starpu_task_profiling_info *profiling_info;