aboutsummaryrefslogtreecommitdiff
path: root/include/apos/compiler_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/compiler_attributes.h')
-rw-r--r--include/apos/compiler_attributes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/apos/compiler_attributes.h b/include/apos/compiler_attributes.h
deleted file mode 100644
index 45b7ac3..0000000
--- a/include/apos/compiler_attributes.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef APOS_COMPILER_ATTRIBUTES_H
-
-#define __section(section) __attribute__((__section__(section)))
-#define __noinline __attribute__((noinline))
-
-#endif /* APOS_COMPILER_ATTRIBUTES_H */