X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/57588c3696134c233df4059f48b4188310805d83..d5b29830df70e823202e384a7655e4371193ecd7:/src/surf/xml/platf_private.hpp?ds=sidebyside diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index ca6daa0fce..d6b4dd88d0 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -238,11 +238,6 @@ XBT_PUBLIC(int) surf_parse_get_debug(); XBT_PUBLIC(void) surf_parse_set_debug(int bdebug); XBT_PUBLIC(int) surf_parse_lex_destroy(); -/* To include files (?) */ -XBT_PRIVATE void surfxml_bufferstack_push(int _new); -XBT_PRIVATE void surfxml_bufferstack_pop(int _new); -XBT_PUBLIC_DATA(int) surfxml_bufferstack_size; - XBT_PUBLIC(void) routing_route_free(sg_platf_route_cbarg_t route); SG_END_DECL()