diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-29 21:26:21 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-29 21:27:37 -0800 |
| commit | fa13fd9d64c3ed60a65e5897467b2d3742aa933f (patch) | |
| tree | be018b45197fc9d9dc561d3fd8807a00203540bf /src/rt/rust_builtin.cpp | |
| parent | cad4918b2af71b0d35f263ac168c442f8d266600 (diff) | |
| download | rust-fa13fd9d64c3ed60a65e5897467b2d3742aa933f.tar.gz rust-fa13fd9d64c3ed60a65e5897467b2d3742aa933f.zip | |
rt: Remove set_min_stack
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 4bf51da214b..89d8c6d12f2 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -445,13 +445,6 @@ migrate_alloc(void *alloc, rust_task_id tid) { } } -// defined in rust_task.cpp -extern size_t g_custom_min_stack_size; -extern "C" CDECL void -set_min_stack(uintptr_t stack_size) { - g_custom_min_stack_size = stack_size; -} - extern "C" CDECL int sched_threads() { rust_task *task = rust_scheduler::get_task(); |
