about summary refs log tree commit diff
path: root/src/rt/rust.cpp
diff options
context:
space:
mode:
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.