]> Repositorios git - scryer-prolog.git/commitdiff
remove dynamic clause declaration for clause internal
authorMark Thom <[email protected]>
Sat, 6 Feb 2021 06:16:42 +0000 (23:16 -0700)
committerMark Thom <[email protected]>
Sat, 6 Feb 2021 06:16:42 +0000 (23:16 -0700)
src/lib/builtins.pl

index 588a12fe808cdcc5d3cb1c8c04741a4685f2fef1..4f2b1825a3fbb2cc90ade7889ee2913d7ca1db4e 100644 (file)
@@ -813,8 +813,6 @@ setof(Template, Goal, Solution) :-
     ).
 
 
-:- dynamic('$clause'/2).
-
 clause(H, B) :-
     (  var(H) ->
        throw(error(instantiation_error, clause/2))