aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAyrton Munoz <ayrton@google.com>2022-09-29 22:07:55 -0400
committerAyrton Munoz <ayrton@google.com>2022-10-20 15:03:34 +0000
commit657746996fd44d216f2b6c29a2250131206e08dc (patch)
tree73439baced6231cbb2968201f7df0a2fbadc51df /lib
parent7ab3c2d86ae6588adfeec1c99e11e27d222b9e4c (diff)
downloadcommon-657746996fd44d216f2b6c29a2250131206e08dc.tar.gz
lib/heap: Remove new.cpp provided by LK's lib/heap
When WITH_CPP_SUPPORT is set, we use libcxx which provides a proper implementation of the functions in this new.cpp. Bug: 230134581 Change-Id: Iaf6274cb630bd87b35cc73da2021a8f7ba328952
Diffstat (limited to 'lib')
-rw-r--r--lib/heap/rules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/heap/rules.mk b/lib/heap/rules.mk
index b8b393f1..dbb4dbaa 100644
--- a/lib/heap/rules.mk
+++ b/lib/heap/rules.mk
@@ -8,11 +8,6 @@ MODULE_SRCS += \
$(LOCAL_DIR)/heap_wrapper.c \
$(LOCAL_DIR)/page_alloc.c
-ifeq ($(WITH_CPP_SUPPORT),true)
-MODULE_SRCS += \
- $(LOCAL_DIR)/new.cpp
-endif
-
# pick a heap implementation
ifndef LK_HEAP_IMPLEMENTATION
LK_HEAP_IMPLEMENTATION=miniheap