Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a now useless type (to please sonar)
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 11 Jul 2017 15:11:31 +0000 (17:11 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 11 Jul 2017 15:11:31 +0000 (17:11 +0200)
include/xbt/function_types.h

index 2f67456..03aec81 100644 (file)
@@ -18,7 +18,6 @@ typedef void *(*pvoid_f_void_t) (void);
 typedef void *(*pvoid_f_pvoid_t) (void *);
 typedef void (*void_f_void_t) (void);
 
-typedef int (*int_f_void_t) (void);
 typedef int (*int_f_pvoid_t) (void*);
 
 typedef int (*int_f_pvoid_pvoid_t) (void *, void *);