[m-rev.] diff: Delete stray error comment

Paul Bone paul at bone.id.au
Wed Feb 15 22:15:00 AEDT 2017


Delete stray error comment

compiler/lambda.m:
    As above.
---
 compiler/lambda.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/lambda.m b/compiler/lambda.m
index bbf1256..55f83d7 100644
--- a/compiler/lambda.m
+++ b/compiler/lambda.m
@@ -680,7 +680,6 @@ expand_lambda(Purity, _Groundness, PredOrFunc, EvalMethod, RegWrapperProc,
     ConsId = closure_cons(ShroudedPredProcId, EvalMethod),
     Functor = rhs_functor(ConsId, is_not_exist_constr, ArgVars),
 
-/* ###    expected type was `list.list(hlds.hlds_goal.unify_mode)'. */
     Unification = construct(Var, ConsId, ArgVars, ArgUnifyModes,
         construct_dynamically, cell_is_unique, no_construct_sub_info),
     HaveExpandedLambdas = yes,
-- 
2.7.4



More information about the reviews mailing list