diff options
-rw-r--r-- | components/constellation/tracing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs index ee65167fa14..30d4981fe9d 100644 --- a/components/constellation/tracing.rs +++ b/components/constellation/tracing.rs @@ -233,7 +233,6 @@ mod from_script { target_variant!("NotifyLoadStatusChanged(LoadStatus::Complete") }, Self::Panic(..) => target_variant!("Panic"), - #[cfg(feature = "bluetooth")] Self::GetSelectedBluetoothDevice(..) => { target_variant!("GetSelectedBluetoothDevice") }, |