Ver código fonte

fix cppcheck issue

Olivier Aumage 7 anos atrás
pai
commit
5483162a9a
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/core/disk_ops/unistd/disk_unistd_global.c

+ 0 - 1
src/core/disk_ops/unistd/disk_unistd_global.c

@@ -949,7 +949,6 @@ int starpu_unistd_global_test_request(void *async_channel)
 		case STARPU_UNISTD_COPY :
 		{
 			return starpu_sem_trywait(&event->event.event_copy->finished) == 0;
-			break;
 		}
 #endif