From: Martin Quinson Date: Tue, 16 Aug 2016 09:03:04 +0000 (+0200) Subject: small sonar cleanup X-Git-Tag: v3_14~542 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3f3cd5a65b344ca10eb938bf9837648a0adf7b2a?ds=sidebyside small sonar cleanup --- diff --git a/src/kernel/routing/AsImpl.cpp b/src/kernel/routing/AsImpl.cpp index fdc135fa2b..c6ab319798 100644 --- a/src/kernel/routing/AsImpl.cpp +++ b/src/kernel/routing/AsImpl.cpp @@ -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;