From 78619b832b649f1057b93f209e6ce3c1fadfecb3 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 8 Jul 2018 12:12:32 +0200 Subject: [PATCH] Actually, SMPI is playing by the rules now. Remove friendship --- src/surf/network_cm02.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/network_cm02.hpp b/src/surf/network_cm02.hpp index c2c3b3077c..4c2fff5cda 100644 --- a/src/surf/network_cm02.hpp +++ b/src/surf/network_cm02.hpp @@ -58,7 +58,6 @@ public: **********/ class NetworkCm02Action : public NetworkAction { friend Action* NetworkCm02Model::communicate(s4u::Host* src, s4u::Host* dst, double size, double rate); - friend NetworkSmpiModel; public: NetworkCm02Action(Model* model, double cost, bool failed) : NetworkAction(model, cost, failed){}; -- 2.20.1