Skip to content

Commit ef47ef7

Browse files
committed
Removed old commented code that was left over.
1 parent 111f0f0 commit ef47ef7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/CppUTestExt/MockSupport.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ MockExpectedCall& MockSupport::expectNCalls(unsigned int amount, const SimpleStr
164164
void MockSupport::expectNoCall(const SimpleString& functionName)
165165
{
166166
expectRangeOfCalls(0, 0, functionName);
167-
// if (!enabled_) return;
168-
//
169-
// countCheck();
170-
//
171-
// MockCheckedExpectedCall* call = new MockCheckedExpectedCall;
172-
// call->withName(appendScopeToName(functionName));
173-
// unExpectations_.addExpectedCall(call);
174167
}
175168

176169
MockExpectedCall& MockSupport::expectAtLeastOneCall(const SimpleString& functionName)

0 commit comments

Comments
 (0)