summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall/syscall_lookup.h')
-rw-r--r--nuttx/syscall/syscall_lookup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/syscall/syscall_lookup.h b/nuttx/syscall/syscall_lookup.h
index e134c7179..a5e2045bc 100644
--- a/nuttx/syscall/syscall_lookup.h
+++ b/nuttx/syscall/syscall_lookup.h
@@ -68,7 +68,6 @@ SYSCALL_LOOKUP(task_create, 5, STUB_task_create)
SYSCALL_LOOKUP(task_delete, 1, STUB_task_delete)
SYSCALL_LOOKUP(task_restart, 1, STUB_task_restart)
SYSCALL_LOOKUP(up_assert, 2, STUB_up_assert)
-SYSCALL_LOOKUP(up_assert_code, 3, STUB_up_assert_code)
/* The following can be individually enabled */