diff --git a/libcob/common.c b/libcob/common.c index 56c9ad8a1..df10eb727 100644 --- a/libcob/common.c +++ b/libcob/common.c @@ -3019,7 +3019,7 @@ call_exit_handlers_and_terminate (void) h = h->next; } } - cob_prof_end(); + // cob_prof_end(); cob_terminate_routines (); } @@ -10166,7 +10166,7 @@ cob_init (const int argc, char **argv) cob_init_numeric (cobglobptr); cob_init_strings (cobglobptr); cob_init_move (cobglobptr, cobsetptr); - cob_init_prof (cobglobptr, cobsetptr); + // cob_init_prof (cobglobptr, cobsetptr); cob_init_intrinsic (cobglobptr); cob_init_fileio (cobglobptr, cobsetptr); cob_init_call (cobglobptr, cobsetptr, check_mainhandle);