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:
@@ -136,13 +136,6 @@ void * __cdecl _alloca (size_t _Size);
|
|||||||
#define JERRY_ATTR_PURE
|
#define JERRY_ATTR_PURE
|
||||||
#endif /* !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.,
|
* Function attribute to trigger warning if function's caller doesn't use (e.g.,
|
||||||
* check) the return value.
|
* check) the return value.
|
||||||
|
|||||||
Reference in New Issue
Block a user