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
@@ -75,10 +75,6 @@ otInstance::otInstance(void) :
using namespace Thread;
#ifdef __cplusplus
extern "C" {
#endif
void otInstancePostConstructor(otInstance *aInstance)
{
// restore datasets and network information
@@ -251,7 +247,3 @@ ThreadError otSetDynamicLogLevel(otInstance *aInstance, otLogLevel aLogLevel)
return error;
}
#ifdef __cplusplus
} // extern "C"
#endif