Remove extern "C" from cpp files. (#1595)

This commit is contained in:
Jonathan Hui
2017-04-17 10:48:56 -07:00
committed by GitHub
parent 123cbab1ab
commit b36358a362
21 changed files with 6 additions and 163 deletions
-8
View File
@@ -41,10 +41,6 @@
using namespace Thread;
#ifdef __cplusplus
extern "C" {
#endif
ThreadError otIp6SetEnabled(otInstance *aInstance, bool aEnabled)
{
ThreadError error = kThreadError_None;
@@ -220,7 +216,3 @@ uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond
exit:
return rval;
}
#ifdef __cplusplus
} // extern "C"
#endif