From c7c72c47984773e56df49768c37306155f9a9452 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 7 Feb 2018 12:49:15 +0000 Subject: Fixed bug #917. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11468 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chheap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'os/common/oslib') 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. */ -- cgit v1.2.3