diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-09-03 00:50:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-09-03 00:50:57 -0700 |
| commit | 23210a3293d34822579d8a58b043694286595daf (patch) | |
| tree | 21192e19dafd57b0049c2bbbf3c672ebf0220d14 /src/rt/rust.cpp | |
| parent | 470eb3a58b1c5dd65e004e491b67f647269e3531 (diff) | |
| download | rust-23210a3293d34822579d8a58b043694286595daf.tar.gz rust-23210a3293d34822579d8a58b043694286595daf.zip | |
Remove unused runtime functions. Issue #855
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index fbf6ff7a08b..6d9243b8558 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -66,12 +66,6 @@ command_line_args : public kernel_owned<command_line_args> } }; - -// FIXME: Transitional. Please remove. -extern "C" CDECL void -set_main_takes_istr(uintptr_t flag) { -} - /** * Main entry point into the Rust runtime. Here we create a Rust service, * initialize the kernel, create the root domain and run it. |
