about summary refs log tree commit diff
path: root/src/rt/rust_kernel.h
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-05-06 16:29:54 -0700
committerBrian Anderson <banderson@mozilla.com>2013-05-07 12:08:00 -0700
commit4cd51c416b8cf1a9d89089c99b8a1e2ac2f7255a (patch)
tree5d507d561b6d473ad0d9fa15435f05d1ac7538b0 /src/rt/rust_kernel.h
parent19d2ba33832d1fa1ba6485df7b481e9aa5e5bd02 (diff)
downloadrust-4cd51c416b8cf1a9d89089c99b8a1e2ac2f7255a.tar.gz
rust-4cd51c416b8cf1a9d89089c99b8a1e2ac2f7255a.zip
rt: Move win32_require out of the rust_kernel type
This is only used on rust_rng, which I am trying to extricate from
the kernel.
Diffstat (limited to 'src/rt/rust_kernel.h')
-rw-r--r--src/rt/rust_kernel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h
index ec0515faeaf..4976dec149a 100644
--- a/src/rt/rust_kernel.h
+++ b/src/rt/rust_kernel.h
@@ -147,10 +147,6 @@ public:
     void wait_for_schedulers();
     int run();
 
-#ifdef __WIN32__
-    void win32_require(LPCTSTR fn, BOOL ok);
-#endif
-
     rust_task_id generate_task_id();
 
     void set_exit_status(int code);