Skip to content

Commit 8b11348

Browse files
author
ctjoreilly
committed
- yet another minor tweak.
1 parent 43ba17e commit 8b11348

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/aima/logic/fol/kb/data/Clause.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,7 @@ public ClauseEqualityIdentityConstructor(List<Literal> literals,
580580

581581
clauseVarCounts = new int[literals.size()];
582582

583-
boolean first = true;
584583
for (Literal l : literals) {
585-
if (first) {
586-
first = false;
587-
} else {
588-
identity.append(",");
589-
}
590584
if (l.isNegativeLiteral()) {
591585
identity.append("~");
592586
}

0 commit comments

Comments
 (0)