Skip to content

Commit

Permalink
Delete TODO that is not relevant (#92597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Sep 25, 2023
1 parent d60f44a commit a644443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mono/mono/mini/mini-runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -4733,7 +4733,6 @@ mini_init (const char *filename)
#endif

#ifdef ENSURE_PRIMARY_STACK_SIZE
// TODO: https://github.com/dotnet/runtime/issues/72920
ensure_stack_size (5 * 1024 * 1024);
#endif // ENSURE_PRIMARY_STACK_SIZE

Expand Down

0 comments on commit a644443

Please sign in to comment.