aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index e48d96ce12c..b56fabbcd5b 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -900,8 +900,6 @@ class CommandBase(object):
if self.config["build"]["debug-mozjs"] or debug_mozjs:
features.append("debugmozjs")
- features.append("native-bluetooth")
-
if with_frame_pointer:
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C force-frame-pointers=yes"
features.append("profilemozjs")