From: Arnaud Giersch Date: Thu, 30 Nov 2017 23:05:55 +0000 (+0100) Subject: Remove last occurences of "swag" in src/kernel/. X-Git-Tag: v3.18~193 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/abbc693cf5fa54668854a699f4a285294de01c30?ds=sidebyside Remove last occurences of "swag" in src/kernel/. --- diff --git a/src/kernel/context/ContextThread.cpp b/src/kernel/context/ContextThread.cpp index 8679b200dc..5cc6d47d18 100644 --- a/src/kernel/context/ContextThread.cpp +++ b/src/kernel/context/ContextThread.cpp @@ -10,7 +10,6 @@ #include "src/simix/smx_private.hpp" #include "src/xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */ #include "xbt/function_types.h" -#include "xbt/swag.h" #include "xbt/xbt_os_thread.h" #include "src/kernel/context/ContextThread.hpp" diff --git a/src/kernel/lmm/lagrange.cpp b/src/kernel/lmm/lagrange.cpp index 500884e764..f0e33b4897 100644 --- a/src/kernel/lmm/lagrange.cpp +++ b/src/kernel/lmm/lagrange.cpp @@ -168,8 +168,7 @@ void lagrange_solve(lmm_system_t sys) } /* - * Initialize the var list variable with only the active variables. - * Associate an index in the swag variables. Initialize mu. + * Initialize the var_list variable with only the active variables. Initialize mu. */ auto& var_list = sys->variable_set; for (s_lmm_variable_t& var : var_list) {