aboutsummaryrefslogtreecommitdiff
path: root/src/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stddef.h')
-rw-r--r--src/include/stddef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/stddef.h b/src/include/stddef.h
index e30b05f672..484017daf3 100644
--- a/src/include/stddef.h
+++ b/src/include/stddef.h
@@ -34,12 +34,6 @@ typedef __WINT_TYPE__ wint_t;
#define DEVTREE_CONST
#endif
-#if ENV_HAS_DATA_SECTION
-#define MAYBE_STATIC_NONZERO static
-#else
-#define MAYBE_STATIC_NONZERO
-#endif
-
/* Provide a pointer to address 0 that thwarts any "accessing this is
* undefined behaviour and do whatever" trickery in compilers.
* Use when you _really_ need to read32(zeroptr) (ie. read address 0).