From 3f3cd5a65b344ca10eb938bf9837648a0adf7b2a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 16 Aug 2016 11:03:04 +0200 Subject: [PATCH] small sonar cleanup --- src/kernel/routing/AsImpl.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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; -- 2.20.1