diff options
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index fe5fabef9d9..bac4d26b4e4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -256,11 +256,6 @@ pub mod unstable; pub mod rt; mod failure; -#[doc(hidden)] -pub fn issue_14344_workaround() { // FIXME #14344 force linkage to happen correctly - libc::issue_14344_workaround(); -} - // A curious inner-module that's not exported that contains the binding // 'std' so that macro-expanded references to std::error and such // can be resolved within libstd. |
