]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/automaton.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a useless C -> C++ function
[simgrid.git] / include / xbt / automaton.h
index 90af851f0bf85e6ca42a36faf838fc33295c8f70..6b8be4853749a1e995e3419b88ba6bb41fc4d698 100644 (file)
@@ -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