summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-05-22 08:58:27 -0500
committerJoel Sherrill <joel@rtems.org>2023-05-26 10:12:51 -0500
commit63415655e342dbcb9da76aae312ab135901bd2e1 (patch)
tree18570ba7d780e70707a7eb2c1ef0eff6df8e5e5b /spec
parentarm: Use RTEMS_XCONCAT() (diff)
downloadrtems-63415655e342dbcb9da76aae312ab135901bd2e1.tar.bz2
score/src/pheap*: Remove unreferenced methods
* _Protected_heap_Get_block_size * _Protected_heap_Iterate * _Protected_heap_Resize_block Closes #4909.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemscpu.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 52bcfc15b4..7165ade5ec 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1482,12 +1482,9 @@ source:
- cpukit/score/src/pheapallocate.c
- cpukit/score/src/pheapextend.c
- cpukit/score/src/pheapfree.c
-- cpukit/score/src/pheapgetblocksize.c
- cpukit/score/src/pheapgetfreeinfo.c
- cpukit/score/src/pheapgetinfo.c
- cpukit/score/src/pheapgetsize.c
-- cpukit/score/src/pheapiterate.c
-- cpukit/score/src/pheapresizeblock.c
- cpukit/score/src/pheapwalk.c
- cpukit/score/src/processormaskcopy.c
- cpukit/score/src/profilingisrentryexit.c