- Fail increases of claims moved to violateClaim; thus, other references

were in fact redundant.
This commit is contained in:
ccremers 2005-04-27 13:48:00 +00:00
parent 7c0507a900
commit 38f6f42351
2 changed files with 0 additions and 5 deletions

View File

@ -389,8 +389,6 @@ check_claim_nisynch (const System sys, const int i)
result = oki_nisynch (sys, i, f, g);
if (!result)
{
cl->failed = statesIncrease (cl->failed);
#ifdef DEBUG
globalError++;
warning ("Claim has failed!");
@ -451,8 +449,6 @@ check_claim_niagree (const System sys, const int i)
result = oki_nisynch (sys, i, f, g);
if (!result)
{
cl->failed = statesIncrease (cl->failed);
#ifdef DEBUG
warning ("Claim has failed!");
printf ("To be exact, claim label ");

View File

@ -1387,7 +1387,6 @@ executeTry (const System sys, int run)
/* violation */
Termlist tl;
runPoint->claiminfo->failed++;
tl = claimViolationDetails (sys, run, runPoint, sys->know);
if (violateClaim (sys, sys->step + 1, sys->step, tl))
flag = explorify (sys, run);