From: Jean-Christophe Beaupré Date: Thu, 1 Jun 2017 21:32:55 +0000 (-0400) Subject: typing: Remove duplicate assignment to `TypeVisitor::mpropdef` X-Git-Url: http://nitlanguage.org?hp=1657d446f3b4781c671ff3341056fbf1021e6cc5 typing: Remove duplicate assignment to `TypeVisitor::mpropdef` Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/semantize/typing.nit b/src/semantize/typing.nit index 5340c14..1e15a05 100644 --- a/src/semantize/typing.nit +++ b/src/semantize/typing.nit @@ -61,7 +61,6 @@ private class TypeVisitor var mpropdef = self.mpropdef if mpropdef != null then - self.mpropdef = mpropdef var mclassdef = mpropdef.mclassdef self.mclassdef = mclassdef self.anchor = mclassdef.bound_mtype