]> Repositorios git - scryer-prolog.git/commitdiff
remove unused attribute_goal/2
authorMarkus Triska <[email protected]>
Thu, 18 Feb 2021 19:33:27 +0000 (20:33 +0100)
committerMarkus Triska <[email protected]>
Thu, 25 Feb 2021 22:12:36 +0000 (23:12 +0100)
src/lib/clpz.pl

index ead8054603c6e06ebd49ca902f50296912c2baeb..797aace8f333668a399659bef36e84d1b8b59118 100644 (file)
@@ -7590,10 +7590,6 @@ clpz_gcc_occurred:attribute_goals(_) --> [].
 
 clpz_relation:attribute_goals(_) --> [].
 
-attribute_goal(Var, Goal) :-
-        phrase(attribute_goals(Var), Goals),
-        list_goal(Goals, Goal).
-
 attributes_goals([]) --> [].
 attributes_goals([propagator(P, State)|As]) -->
         (   { ground(State) } -> []