X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe21f93e2c0ca02141bebed00dddfd4d8315b5af..1f52318591180440dacf81c39dbec45ab670a4ab:/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);