Skip to content

Commit

Permalink
Remove method that is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hill (Wireless) committed Sep 17, 2020
1 parent 3c37d8a commit 68215f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/CppUTestExt/GTestConvertor.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ class GTestDummyResultReporter : public ::testing::ScopedFakeTestPartResultRepor

class GMockTestTerminator : public TestTerminator
{
protected:
virtual void coreExitCurrentTest() {};
public:
GMockTestTerminator(const ::testing::TestPartResult& result) : result_(result)
{
Expand Down

0 comments on commit 68215f4

Please sign in to comment.