]> Repositorios git - scryer-prolog.git/commitdiff
remove no longer needed goal projection for pdiv
authorMarkus Triska <[email protected]>
Sun, 8 Oct 2023 10:07:17 +0000 (12:07 +0200)
committerMarkus Triska <[email protected]>
Sun, 8 Oct 2023 10:07:17 +0000 (12:07 +0200)
src/lib/clpz.pl

index bdc747f940454b00965acb735bc6c3193c00306d..274275b2091f0c63b24b0609df9770160ba10028 100644 (file)
@@ -7778,7 +7778,6 @@ attribute_goal_(x_eq_abs_plus_v(X,V))  --> [#X #= abs(#X) + #V].
 attribute_goal_(x_neq_y_plus_z(X,Y,Z)) --> [#X #\= #Y + #Z].
 attribute_goal_(x_leq_y_plus_c(X,Y,C)) --> [#X #=< #Y + C].
 attribute_goal_(ptzdiv(X,Y,Z))         --> [#X // #Y #= #Z].
-attribute_goal_(pdiv(X,Y,Z))           --> [#X div #Y #= #Z].
 attribute_goal_(pexp(X,Y,Z))           --> [#X ^ #Y #= #Z].
 attribute_goal_(psign(X,Y))            --> [#Y #= sign(#X)].
 attribute_goal_(pabs(X,Y))             --> [#Y #= abs(#X)].