Revert "improve performance of lower_bound_of_target_clause (#1598)"

This reverts commit 8938331915.
This commit is contained in:
Mark
2023-12-15 00:42:58 -07:00
parent 8938331915
commit e5ea95db8d
2 changed files with 26 additions and 23 deletions

View File

@@ -1238,7 +1238,6 @@ call_retract_helper(Head, Body, P, Module) :-
ClauseQualifier = builtins
; ClauseQualifier = Module
),
'$debug_hook',
ClauseQualifier:'$clause'(Head, Body),
'$get_clause_p'(Head, P, Module).