summaryrefslogtreecommitdiff
path: root/basic/Library_sb.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-31 11:20:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-03-31 11:23:24 +0200
commit0015c9807f85fd8095e5f8e922b08f98ba5a9d6c (patch)
tree6798cd95274335e492e54cae7ad8a99dbf0b63a3 /basic/Library_sb.mk
parent2fc50ff8bea6f64b367d44a1760b8dd9fb69a401 (diff)
Remove unused BASIC CaptureAssertions functionality
...that had originally been introduced to catch DBG_ASSERTs during smoketest, but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx functionality, and obsoleted by the ongoing clean-up of using true assert where appliable. Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
Diffstat (limited to 'basic/Library_sb.mk')
-rw-r--r--basic/Library_sb.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk
index 7c355f7d2e2b..29fdd3053aeb 100644
--- a/basic/Library_sb.mk
+++ b/basic/Library_sb.mk
@@ -100,7 +100,6 @@ $(eval $(call gb_Library_add_exception_objects,sb,\
basic/source/runtime/iosys \
basic/source/runtime/props \
basic/source/runtime/runtime \
- basic/source/runtime/sbdiagnose \
basic/source/runtime/stdobj \
basic/source/runtime/stdobj1 \
))