Completely remove JERRY_ATTR_SECTION (#4383)

PR #2903 removed only a part of JERRY_ATTR_SECTION.

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
Yonggang Luo
2020-12-29 00:02:20 -08:00
committed by GitHub
parent 9676500add
commit 83f9c38ed1
@@ -136,13 +136,6 @@ void * __cdecl _alloca (size_t _Size);
#define JERRY_ATTR_PURE
#endif /* !JERRY_ATTR_PURE */
/**
* Function attribute to place function in given section.
*/
#ifndef JERRY_ATTR_SECTION
#define JERRY_ATTR_SECTION(SECTION)
#endif /* !JERRY_ATTR_SECTION */
/**
* Function attribute to trigger warning if function's caller doesn't use (e.g.,
* check) the return value.