From 370a115ab9903e10d5869d9f39d992fd40a06999 Mon Sep 17 00:00:00 2001 From: Peter Sadrozinski Date: Sat, 27 Dec 2014 13:19:29 -0500 Subject: [PATCH] - remove the test of the test.. --- simgear/io/test_binobj.cxx | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.39.5