Delete dangling function prototype in Fixture internals

This commit is contained in:
jsalling
2016-01-15 23:30:23 -06:00
parent a7b60dfc88
commit 34a30f8e98

View File

@ -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_ */