X-Git-Url: http://nitlanguage.org diff --git a/src/semantize/typing.nit b/src/semantize/typing.nit index 0bbe61b..d5cbb46 100644 --- a/src/semantize/typing.nit +++ b/src/semantize/typing.nit @@ -81,11 +81,6 @@ private class TypeVisitor fun anchor_to(mtype: MType): MType do - var anchor = anchor - if anchor == null then - assert not mtype.need_anchor - return mtype - end return mtype.anchor_to(mmodule, anchor) end