From 717cdcd7eb2222f8301e5e5fb12e8227e2c92453 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 27 Mar 2020 14:20:57 +0100 Subject: [PATCH] cosmetics --- src/instr/instr_paje_containers.hpp | 4 ++-- src/instr/instr_paje_events.hpp | 2 +- src/instr/instr_paje_types.hpp | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/instr/instr_paje_containers.hpp b/src/instr/instr_paje_containers.hpp index 300242f1ae..584f0ee79f 100644 --- a/src/instr/instr_paje_containers.hpp +++ b/src/instr/instr_paje_containers.hpp @@ -62,6 +62,6 @@ class HostContainer : public Container { public: HostContainer(simgrid::s4u::Host const& host, NetZoneContainer* father); }; -} -} +} // namespace instr +} // namespace simgrid #endif diff --git a/src/instr/instr_paje_events.hpp b/src/instr/instr_paje_events.hpp index c570dbd23e..668eabc25a 100644 --- a/src/instr/instr_paje_events.hpp +++ b/src/instr/instr_paje_events.hpp @@ -101,7 +101,7 @@ class NewEvent : public PajeEvent { public: NewEvent(double timestamp, Container* container, Type* type, EntityValue* value) - : simgrid::instr::PajeEvent::PajeEvent(container, type, timestamp, PAJE_NewEvent), value(value) + : PajeEvent::PajeEvent(container, type, timestamp, PAJE_NewEvent), value(value) { } void print() override; diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index c5b8149226..7d9fa60ee7 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.hpp @@ -53,8 +53,6 @@ public: issuer_ = container; return this; } - - void log_definition(Type* source, Type* dest); }; class ContainerType : public Type { -- 2.20.1