X-Git-Url: http://nitlanguage.org diff --git a/src/model_utils.nit b/src/model_utils.nit index 3153274..9297793 100644 --- a/src/model_utils.nit +++ b/src/model_utils.nit @@ -528,7 +528,6 @@ class MEntityNameSorter super Comparator redef type COMPARED: MEntity redef fun compare(a, b) do return a.name <=> b.name - init do end end # Sort MConcerns based on the module importation hierarchy ranking @@ -544,8 +543,6 @@ class MConcernRankSorter super Comparator redef type COMPARED: MConcern - init do end - redef fun compare(a, b) do if a.concern_rank == b.concern_rank then return a.name <=> b.name