Remove thread-context feature
This commit is contained in:
@ -25,9 +25,7 @@ mod thread {
|
||||
pub struct Context;
|
||||
|
||||
impl ThreadContext for Context {
|
||||
#[cfg(feature = "thread-context")]
|
||||
fn context(&self) -> OpaqueThreadContext {
|
||||
// Enabling thread-context is not incorrect, just wasteful.
|
||||
OpaqueThreadContext(0)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user