typing: remove `raw_arguments` as a cache
[nit.git] / src / astbuilder.nit
index 96948ea..d55d51c 100644 (file)
@@ -248,7 +248,6 @@ redef class ACallExpr
        do
                self._n_expr = recv
                recv.parent = self
-               self.raw_arguments = args or else new Array[AExpr]
                _n_args = new AListExprs
                _n_id = new TId
                if args != null then