From 2834423fd246bd1d4f58e9ebce9bc3a7fa669e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Wed, 8 Jun 2016 15:44:01 +0200 Subject: [PATCH] Remove surplus attribute-defines from jrt.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- jerry-core/jrt/jrt.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/jerry-core/jrt/jrt.h b/jerry-core/jrt/jrt.h index 6c9c1ddaa..bec7657b8 100644 --- a/jerry-core/jrt/jrt.h +++ b/jerry-core/jrt/jrt.h @@ -27,11 +27,8 @@ * Attributes */ #define __attr_unused___ __attribute__((unused)) -#define __attr_used___ __attribute__((used)) -#define __attr_packed___ __attribute__((packed)) #define __noreturn __attribute__((noreturn)) #define __attr_noinline___ __attribute__((noinline)) -#define __attr_used___ __attribute__((used)) #define __attr_return_value_should_be_checked___ __attribute__((warn_unused_result)) #ifndef __attr_always_inline___ # define __attr_always_inline___ __attribute__((always_inline))