From 34a30f8e9868079070079f2990a289623e55d02d Mon Sep 17 00:00:00 2001 From: jsalling Date: Fri, 15 Jan 2016 23:30:23 -0600 Subject: [PATCH] Delete dangling function prototype in Fixture internals --- extras/fixture/src/unity_fixture_internals.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extras/fixture/src/unity_fixture_internals.h b/extras/fixture/src/unity_fixture_internals.h index 3046e53..1c4fcff 100644 --- a/extras/fixture/src/unity_fixture_internals.h +++ b/extras/fixture/src/unity_fixture_internals.h @@ -38,9 +38,4 @@ void UnityPointer_Set(void** ptr, void* newValue); void UnityPointer_UndoAllSets(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_ */