Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification: nobody use that extensibility feature anymore
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index e304c1f..b82863a 100644 (file)
@@ -1138,11 +1138,10 @@ void surf_parse_close()
   }
 }
 
-/* Call the lexer to parse the currently opened file. This pointer to function enables bypassing of the parser */
-static int _surf_parse() {
+/* Call the lexer to parse the currently opened file */
+int surf_parse()
+{
   return surf_parse_lex();
 }
 
-int_f_void_t surf_parse = &_surf_parse;
-
 SG_END_DECL()