X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a77f8d403b78888c4adaea9a242ab7ff432a2d16..92c690c6d013290fbcddcc156c68affc52c42647:/include/gras/timer.h diff --git a/include/gras/timer.h b/include/gras/timer.h index a05fc1acfd..7a38129ad3 100644 --- a/include/gras/timer.h +++ b/include/gras/timer.h @@ -37,8 +37,6 @@ SG_BEGIN_DECL() * @{ */ - typedef void (*void_f_void_t)(void); - void gras_timer_delay(double delay, void_f_void_t action); void gras_timer_repeat(double interval, void_f_void_t action);