mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolete line
This commit is contained in:
parent
d57181f84a
commit
2d11d94940
1 changed files with 0 additions and 1 deletions
|
@ -540,7 +540,6 @@ int create_user_task_on_core(tid_t* id, const char* fname, char** argv, uint8_t
|
|||
while ((*dest++ = *src++) != 0);
|
||||
}
|
||||
|
||||
|
||||
/* create new task */
|
||||
return create_task(id, user_entry, load_args, prio, core_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue