Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused function surf_parse_warn().
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index f41d907..7f3d0ba 100644 (file)
@@ -81,11 +81,6 @@ void surf_parse_assert_netpoint(std::string hostname, std::string pre, std::stri
   surf_parse_error(msg);
 }
 
-void surf_parse_warn(std::string msg)
-{
-  XBT_WARN("%s:%d: %s", surf_parsed_filename, surf_parse_lineno, msg.c_str());
-}
-
 double surf_parse_get_double(std::string s)
 {
   try {