score: Delete empty pheapinit.c

This commit is contained in:
Sebastian Huber
2020-12-02 07:45:52 +01:00
parent 7995329f5c
commit b48b1808a1
3 changed files with 0 additions and 26 deletions
-1
View File
@@ -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
-24
View File
@@ -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>
-1
View File
@@ -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