1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

removed duplicated declaration of putcharSpy

This commit is contained in:
Jean Carlo Machado
2016-11-16 21:37:51 -02:00
parent ac455f2798
commit 4faae4435d

View File

@@ -53,7 +53,6 @@ static const _UD d_zero = 0.0;
void startPutcharSpy(void);
void endPutcharSpy(void);
char* getBufferPutcharSpy(void);
void putcharSpy(int c);
static int SetToOneToFailInTearDown;
static int SetToOneMeanWeAlreadyCheckedThisGuy;