X-Git-Url: http://nitlanguage.org diff --git a/src/metrics/poset_metrics.nit b/src/metrics/poset_metrics.nit index 5ff2a6f..1fc8be5 100644 --- a/src/metrics/poset_metrics.nit +++ b/src/metrics/poset_metrics.nit @@ -15,9 +15,7 @@ # Metrics about the various posets of the model of a Nit program module poset_metrics -import poset import metrics_base -import frontend redef class ToolContext var poset_metrics_phase: Phase = new PosetMetricsPhase(self, null)