removing macro SEQUENTIAL_IS_DEFAULT

This commit is contained in:
Ricardo Rocha
2011-06-21 15:43:50 +01:00
parent 0929dc4fc0
commit 7c6b4bf489
6 changed files with 2 additions and 17 deletions

View File

@@ -1627,11 +1627,6 @@ retract_all(PredEntry *p, int in_use)
p->PredFlags |= CountPredFlag;
} else
p->PredFlags &= ~CountPredFlag;
#ifdef YAPOR
if (SEQUENTIAL_IS_DEFAULT) {
p->PredFlags |= SequentialPredFlag;
}
#endif /* YAPOR */
Yap_PutValue(AtomAbol, MkAtomTerm(AtomTrue));
}
@@ -1647,11 +1642,6 @@ add_first_static(PredEntry *p, yamop *cp, int spy_flag)
Yap_InitComma();
}
} else {
#ifdef YAPOR
if (SEQUENTIAL_IS_DEFAULT) {
p->PredFlags |= SequentialPredFlag;
}
#endif /* YAPOR */
#ifdef TABLING
if (is_tabled(p)) {
p->OpcodeOfPred = INDEX_OPCODE;