Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dead code after returrn statement.
[simgrid.git] / src / xbt / exception.cpp
index 94fc91f..eb4878a 100644 (file)
@@ -65,7 +65,6 @@ const char* xbt_ex_catname(xbt_errcat_t cat)
     default:
       return "INVALID ERROR";
   }
     default:
       return "INVALID ERROR";
   }
-  return "INVALID ERROR";
 }
 
 namespace simgrid {
 }
 
 namespace simgrid {