From d4836dbfe1376399c84e1522fc2c2a0f8e410c5c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 27 Mar 2018 15:20:27 +0200 Subject: [PATCH 1/1] Kill unused field. --- src/surf/network_interface.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index f141ecb1ef..2565a14104 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -64,12 +64,6 @@ public: */ virtual kernel::resource::Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) = 0; - /** @brief Function pointer to the function to use to solve the lmm_system_t - * - * @param system The lmm_system_t to solve - */ - void (*f_networkSolve)(kernel::lmm::System*) = kernel::lmm::lmm_solve; - /** * @brief Get the right multiplicative factor for the latency. * @details Depending on the model, the effective latency when sending -- 2.20.1