[doc] remove unused definitions (#3917)

This commit is contained in:
Łukasz Duda
2019-06-13 09:07:38 -07:00
committed by Jonathan Hui
parent d0c7ff2bb4
commit 8c0c32548d
-14
View File
@@ -99,20 +99,6 @@ extern "C" {
*
*/
/**
* @def OT_CALL
*
* Compiler-specific function modifier, ie: Win DLL support
*
*/
/**
* @def OT_CDECL
*
* Compiler-specific function modifier, ie: Win DLL support
*
*/
// =========== TOOLCHAIN SELECTION : START ===========
#if defined(__GNUC__) || defined(__clang__) || defined(__CC_ARM) || defined(__TI_ARM__)