Skip to content

Commit a1ab61e

Browse files
KevinJWdoug-walker
andauthored
Remove redundant unit_test_failures declaration (#2261)
Removed the declaration of 'unit_test_failures' from UnitTest.h. Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com> Co-authored-by: Doug Walker <doug.walker@autodesk.com>
1 parent f390b9d commit a1ab61e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/testutils/UnitTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ typedef std::vector<OCIOTestRcPtr> UnitTests;
6363

6464
UnitTests & GetUnitTests();
6565

66-
extern int unit_test_failures;
67-
6866
struct AddTest
6967
{
7068
explicit AddTest(const OCIOTestRcPtr & test)

0 commit comments

Comments
 (0)