about summary refs log tree commit diff
path: root/src/rt/rust.cpp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-09-03 00:50:57 -0700
committerBrian Anderson <banderson@mozilla.com>2011-09-03 00:50:57 -0700
commit23210a3293d34822579d8a58b043694286595daf (patch)
tree21192e19dafd57b0049c2bbbf3c672ebf0220d14 /src/rt/rust.cpp
parent470eb3a58b1c5dd65e004e491b67f647269e3531 (diff)
downloadrust-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.cpp6
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.