From c964b09ba83dd56adcdc5fe494f37aba9e1854a8 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 25 May 2016 19:43:18 -0400 Subject: [PATCH] model/model_collect: importation_poset do not collect direct parents and children Signed-off-by: Alexandre Terrasa --- src/model/model_collect.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/model/model_collect.nit b/src/model/model_collect.nit index 8585092..79970e5 100644 --- a/src/model/model_collect.nit +++ b/src/model/model_collect.nit @@ -112,8 +112,6 @@ redef class MModule var mmodules = new HashSet[MModule] mmodules.add self mmodules.add_all collect_ancestors(view) - mmodules.add_all collect_parents(view) - mmodules.add_all collect_children(view) mmodules.add_all collect_descendants(view) return view.mmodules_poset(mmodules) end -- 1.7.9.5