Commit 42266d4
authored
Remove incorrect noop in unix stack pool management (#13069)
This commit removes a call to `commit_pages` in the `unix_stack_pool.rs`
file. This function is a noop on unix and the parameters passed in for
this call were also incorrect if it actually needed to do something
anyway. This is otherwise just distracting, so remove it.1 parent 66239cb commit 42266d4
1 file changed
Lines changed: 0 additions & 3 deletions
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
125 | | - | |
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
| |||
0 commit comments