remove __cplusplus guards in .c files

Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
This commit is contained in:
Caoruihong
2021-04-19 18:09:37 +08:00
parent 2da9dfe67f
commit 7e73c929a2
374 changed files with 0 additions and 1065 deletions

View File

@@ -48,11 +48,6 @@
#include "telnet_pri.h"
#include "fs/vnode.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
/* event: there are more commands left in the FIFO to run */
#define TELNET_EVENT_MORE_CMD 0x01
@@ -412,8 +407,3 @@ INT32 TelnetDevDeinit(VOID)
}
#endif
#ifdef __cplusplus
#if __cplusplus
}
#endif /* __cplusplus */
#endif /* __cplusplus */