From abbc693cf5fa54668854a699f4a285294de01c30 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 1 Dec 2017 00:05:55 +0100 Subject: [PATCH] Remove last occurences of "swag" in src/kernel/. --- src/kernel/context/ContextThread.cpp | 1 - src/kernel/lmm/lagrange.cpp | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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) { -- 2.20.1