From 0027639cbabeb73e3a0b0c4640bce059c6082370 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Thu, 1 Jun 2017 17:32:55 -0400 Subject: [PATCH] typing: Remove duplicate assignment to `TypeVisitor::mpropdef` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- src/semantize/typing.nit | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.9.5