Skip to content

Commit

Permalink
remove unneeded func
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Dec 3, 2024
1 parent 3353444 commit f38bcc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions taskvine/src/manager/vine_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,6 @@ void vine_task_set_priority(struct vine_task *t, double priority)
t->priority = priority;
}

double vine_task_get_execution_time(struct vine_task *t)
{
return t->time_workers_execute_last_end - t->time_workers_execute_last_start;
}

int vine_task_set_monitor_output(struct vine_task *t, const char *monitor_output_directory)
{

Expand Down

0 comments on commit f38bcc5

Please sign in to comment.