X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30a925489c6e4d4a92042ef80de375c56ccb562b..07c12189c716ea527ddcf8f8b55983213dead2bf:/include/xbt/automaton.h diff --git a/include/xbt/automaton.h b/include/xbt/automaton.h index 90af851f0b..6b8be48537 100644 --- a/include/xbt/automaton.h +++ b/include/xbt/automaton.h @@ -115,15 +115,4 @@ XBT_PUBLIC(void) xbt_automaton_free(xbt_automaton_t a); SG_END_DECL() -#ifdef __cplusplus -namespace simgrid { -namespace xbt { - inline void destroy(xbt_automaton_t a) - { - xbt_automaton_free(a); - } -} -} -#endif - #endif