Skip to content

Commit

Permalink
Wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 21, 2024
1 parent fd5c89a commit 0bb86cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prepare.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,6 @@ int pmmpthread_prepared_startup(pmmpthread_object_t* thread, pmmpthread_monitor_

//TODO: we probably should put this code inside routine instead of prepare
if (autoload_file != NULL) {
int result = FAILURE;
if (pmmpthread_thread_bootstrap(autoload_file) == FAILURE) {
//by this point the ready monitor has probably already been destroyed
//the main thread doesn't wait for user code to start running
Expand Down

0 comments on commit 0bb86cd

Please sign in to comment.