Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused field.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 27 Mar 2018 13:20:27 +0000 (15:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 27 Mar 2018 14:07:13 +0000 (16:07 +0200)
src/surf/network_interface.hpp

index f141ecb..2565a14 100644 (file)
@@ -64,12 +64,6 @@ public:
    */
   virtual kernel::resource::Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) = 0;
 
    */
   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
   /**
    * @brief Get the right multiplicative factor for the latency.
    * @details Depending on the model, the effective latency when sending