summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/src/SystemCalls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/libSystem/src/SystemCalls.cc')
-rw-r--r--dev/libSystem/src/SystemCalls.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev/libSystem/src/SystemCalls.cc b/dev/libSystem/src/SystemCalls.cc
index 571a99a6..3db9368d 100644
--- a/dev/libSystem/src/SystemCalls.cc
+++ b/dev/libSystem/src/SystemCalls.cc
@@ -11,13 +11,6 @@
using namespace LibSystem;
-IMPORT_C Void _rtl_assert(Bool expr, const Char* origin) {
- if (!expr) {
- PrintOut(nullptr, "Assertion failed: %s\r", origin);
- libsys_syscall_arg_1(SYSCALL_HASH("_rtl_debug_break"));
- }
-}
-
/// @note this uses the FNV 64-bit variant.
IMPORT_C UInt64 libsys_hash_64(const Char* path) {
if (!path || *path == 0) return 0;