aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/oslib/include/chheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/oslib/include/chheap.h')
-rw-r--r--os/common/oslib/include/chheap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/common/oslib/include/chheap.h b/os/common/oslib/include/chheap.h
index dad053368..be92ea423 100644
--- a/os/common/oslib/include/chheap.h
+++ b/os/common/oslib/include/chheap.h
@@ -84,7 +84,6 @@ typedef union heap_header heap_header_t;
* @brief Memory heap block header.
*/
union heap_header {
- stkalign_t align;
struct {
heap_header_t *next; /**< @brief Next block in free list. */
size_t pages; /**< @brief Size of the area in pages. */