We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebdab6 commit 93072b6Copy full SHA for 93072b6
src/ArduinoFake.h
@@ -42,11 +42,6 @@
42
#define ArduinoFakeMock(mock, ...) \
43
new mock##FakeProxy(ArduinoFakeInstance(mock, __VA_ARGS__))
44
45
-#define ArduinoFakeReturnInstaceOf(var, mock) \
46
- if (std::strstr(typeid(*var).name(), #mock)) { \
47
- return this->mock(); \
48
- }
49
-
50
#define ArduinoFakeSingleInstanceGetter(mock) \
51
mock##Fake* mock() \
52
{ \
0 commit comments