X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b6d9a992f6c0c59eff98ba72868b5b9b93afa38..d9b4057373d33f2608861ce0bedf09b406862318:/include/xbt/automaton.h diff --git a/include/xbt/automaton.h b/include/xbt/automaton.h index 90af851f0b..1ba708f6ed 100644 --- a/include/xbt/automaton.h +++ b/include/xbt/automaton.h @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef _XBT_AUTOMATON_H -#define _XBT_AUTOMATON_H +#ifndef XBT_AUTOMATON_H +#define XBT_AUTOMATON_H #include #include @@ -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