mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-15 00:52:46 +08:00
Delete dangling function prototype in Fixture internals
This commit is contained in:
@ -38,9 +38,4 @@ void UnityPointer_Set(void** ptr, void* newValue);
|
|||||||
void UnityPointer_UndoAllSets(void);
|
void UnityPointer_UndoAllSets(void);
|
||||||
void UnityPointer_Init(void);
|
void UnityPointer_Init(void);
|
||||||
|
|
||||||
void UnityAssertEqualPointer(const void * expected,
|
|
||||||
const void * actual,
|
|
||||||
const char* msg,
|
|
||||||
const UNITY_LINE_TYPE lineNumber);
|
|
||||||
|
|
||||||
#endif /* UNITY_FIXTURE_INTERNALS_H_ */
|
#endif /* UNITY_FIXTURE_INTERNALS_H_ */
|
||||||
|
Reference in New Issue
Block a user