Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doxygenification
[simgrid.git] / include / xbt / misc.h
index 1808b4d..b38b9de 100644 (file)
@@ -49,15 +49,6 @@ typedef struct {
    int port;
 } xbt_host_t;
 
-/** \name Free functions
- *  \ingroup XBT_dynar
- * Pointer to a function freeing something
-*/
-/*@{*/
-typedef   void (void_f_ppvoid_t)(void**); /**< Pointer to a function freeing something */
-typedef   void (void_f_pvoid_t) (void*);  /**< Pointer to a function freeing something */
-/*@}*/
-
 END_DECL()
 
 #endif /* XBT_MISC_H */