[rtems commit] score: Delete empty pheapinit.c

Sebastian Huber sebh at rtems.org
Wed Dec 2 06:45:59 UTC 2020


Module:    rtems
Branch:    master
Commit:    b48b1808a1d9fb1cf54425c1fa88574f9fa27019
Changeset: http://git.rtems.org/rtems/commit/?id=b48b1808a1d9fb1cf54425c1fa88574f9fa27019

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 27 19:51:59 2020 +0100

score: Delete empty pheapinit.c

---

 cpukit/Makefile.am                |  1 -
 cpukit/score/src/pheapinit.c      | 24 ------------------------
 spec/build/cpukit/librtemscpu.yml |  1 -
 3 files changed, 26 deletions(-)

diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index b7435d7..1e711a90 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -948,7 +948,6 @@ librtemscpu_a_SOURCES += score/src/pheapgetsize.c
 librtemscpu_a_SOURCES += score/src/pheapgetblocksize.c
 librtemscpu_a_SOURCES += score/src/pheapgetfreeinfo.c
 librtemscpu_a_SOURCES += score/src/pheapgetinfo.c
-librtemscpu_a_SOURCES += score/src/pheapinit.c
 librtemscpu_a_SOURCES += score/src/pheapresizeblock.c
 librtemscpu_a_SOURCES += score/src/pheapwalk.c
 librtemscpu_a_SOURCES += score/src/pheapiterate.c
diff --git a/cpukit/score/src/pheapinit.c b/cpukit/score/src/pheapinit.c
deleted file mode 100644
index 48dc71e..0000000
--- a/cpukit/score/src/pheapinit.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreProtHeap
- *
- * @brief Protected Heap Handler implementation.
- */
-
-/*
- *  COPYRIGHT (c) 1989-2007.
- *  On-Line Applications Research Corporation (OAR).
- *
- *  The license and distribution terms for this file may be
- *  found in the file LICENSE in this distribution or at
- *  http://www.rtems.org/license/LICENSE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <rtems/score/protectedheap.h>
-
-
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 797aff6..a31ead1 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1460,7 +1460,6 @@ source:
 - cpukit/score/src/pheapgetfreeinfo.c
 - cpukit/score/src/pheapgetinfo.c
 - cpukit/score/src/pheapgetsize.c
-- cpukit/score/src/pheapinit.c
 - cpukit/score/src/pheapiterate.c
 - cpukit/score/src/pheapresizeblock.c
 - cpukit/score/src/pheapwalk.c



More information about the vc mailing list