commit | bb0c6dbf621dd00bd42b85f90c0f8ee46a43f67e | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Jul 17 15:23:41 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jul 23 11:01:42 2020 +0200 |
tree | 8e77c16aeb161fe6839ad2065e8c01a0d49b9d1e | |
parent | ca1154d85a40604386b7cefec840783a1df8cbd0 [diff] |
libc: newlib: remove impossible ifdef This whole code block is ifdef'ed around CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE being NOT defined, remove as this can never be true. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>