Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factoring + some functions go public
[simgrid.git] / include / gras / timer.h
index a05fc1a..7a38129 100644 (file)
@@ -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);