mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Remove unnecessary check
This commit is contained in:
parent
e4d21335cf
commit
9d0130bd25
1 changed files with 0 additions and 1 deletions
|
@ -1707,7 +1707,6 @@ void _Cyc_91spawn_91thread_67(void *data, object cont, object args) {
|
|||
// TODO: validate argument type?
|
||||
return_closcall1(data, cont, Cyc_spawn_thread(car(args))); }
|
||||
void _Cyc_91end_91thread_67(void *data, object cont, object args) {
|
||||
Cyc_check_num_args(data, "Cyc-end-thread!", 0, args);
|
||||
Cyc_end_thread((gc_thread_data *)data);
|
||||
return_closcall1(data, cont, boolean_f); }
|
||||
void __87(void *data, object cont, object args) {
|
||||
|
|
Loading…
Add table
Reference in a new issue