Skip to content

Commit 37f7620

Browse files
committed
remove redundant function declaration
Remove warning message from "gcc -Wredundant-decls" in FreeRTOS_TCP_IP.c. Signed-off-by: Florian La Roche <[email protected]>
1 parent 3733583 commit 37f7620

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/FreeRTOS_TCP_IP.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@
8787
/* coverity[misra_c_2012_rule_8_9_violation] */
8888
_static FreeRTOS_Socket_t * xSocketToListen = NULL;
8989

90-
#if ( ipconfigHAS_DEBUG_PRINTF != 0 )
91-
92-
/*
93-
* For logging and debugging: make a string showing the TCP flags.
94-
*/
95-
const char * prvTCPFlagMeaning( UBaseType_t xFlags );
96-
#endif /* ipconfigHAS_DEBUG_PRINTF != 0 */
97-
9890
static IPv46_Address_t xGetSourceAddrFromBuffer( const uint8_t * const pucEthernetBuffer );
9991

10092
/*-----------------------------------------------------------*/

0 commit comments

Comments
 (0)