- Fail increases of claims moved to violateClaim; thus, other references
were in fact redundant.
This commit is contained in:
@@ -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 ");
|
||||
|
||||
Reference in New Issue
Block a user