Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small sonar cleanup
[simgrid.git] / src / kernel / routing / AsImpl.cpp
index fdc135f..c6ab319 100644 (file)
@@ -14,13 +14,8 @@ namespace simgrid {
   namespace kernel {
   namespace routing {
 
-    AsImpl::AsImpl(const char *name)
-    : As(name)
-    {
-    }
-    AsImpl::~AsImpl()
-    {
-    }
+    AsImpl::AsImpl(const char *name) : As(name) { }
+    AsImpl::~AsImpl() = default;
 
     xbt_dynar_t AsImpl::getOneLinkRoutes() {
       return nullptr;