- remove the test of the test..

This commit is contained in:
Peter Sadrozinski 2014-12-27 13:19:29 -05:00
parent 32b60f9b80
commit 370a115ab9

View File

@ -108,10 +108,6 @@ int_list make_tri(int maxIndex)
c = (random() % maxIndex);
valid = ( (a!=b) && (b!=c) && (c!=a) );
if (!valid) {
num_invalid++;
}
}
if (!valid) {