diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-14 17:03:45 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-14 18:35:39 +0100 |
| commit | 6b96827ae971cec1f1bf83245d8356481e76b644 (patch) | |
| tree | 464efef1cb6e620d308b9d0a14fe386592abd5a0 /src/libstd/sys/windows | |
| parent | 4dfb91d238bc1f43ae9494d6fa9fa23697bb5630 (diff) | |
| download | rust-6b96827ae971cec1f1bf83245d8356481e76b644.tar.gz rust-6b96827ae971cec1f1bf83245d8356481e76b644.zip | |
Remove dead code
Diffstat (limited to 'src/libstd/sys/windows')
| -rw-r--r-- | src/libstd/sys/windows/thread.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/thread.rs b/src/libstd/sys/windows/thread.rs index 1a97dd10ced..621ae2fda58 100644 --- a/src/libstd/sys/windows/thread.rs +++ b/src/libstd/sys/windows/thread.rs @@ -98,5 +98,4 @@ pub mod guard { pub type Guard = !; pub unsafe fn current() -> Option<Guard> { None } pub unsafe fn init() -> Option<Guard> { None } - pub unsafe fn deinit() {} } |
