X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76871aa367f5100a2ac974818c477dc46406bc73..c69057bd07befcfb1fafa975dc9d4e76889c82cd:/include/xbt/fifo.h diff --git a/include/xbt/fifo.h b/include/xbt/fifo.h index 61879ca48a..c373926d1f 100644 --- a/include/xbt/fifo.h +++ b/include/xbt/fifo.h @@ -111,15 +111,4 @@ XBT_PUBLIC(xbt_fifo_item_t) xbt_fifo_getPrevItem(xbt_fifo_item_t i); SG_END_DECL() -#ifdef __cplusplus -namespace simgrid { -namespace xbt { - inline void destroy(xbt_fifo_t f) - { - xbt_fifo_free(f); - } -} -} -#endif - #endif /* _XBT_FIFO_H */