From: Peter Sadrozinski Date: Sat, 27 Dec 2014 18:19:29 +0000 (-0500) Subject: - remove the test of the test.. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=370a115ab9903e10d5869d9f39d992fd40a06999;p=simgear.git - remove the test of the test.. --- diff --git a/simgear/io/test_binobj.cxx b/simgear/io/test_binobj.cxx index c41075dc..47800e0f 100644 --- a/simgear/io/test_binobj.cxx +++ b/simgear/io/test_binobj.cxx @@ -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) {