diff options
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r-- | python/servo/bootstrap_commands.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index e4862287cbe..904f5da109e 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -46,15 +46,6 @@ class MachCommands(CommandBase): # it can install dependencies without needing mach's dependencies return bootstrap.bootstrap(self.context, force=force) - @Command('bootstrap-salt', - description='Install and set up the salt environment.', - category='bootstrap') - @CommandArgument('--force', '-f', - action='store_true', - help='Boostrap without confirmation') - def bootstrap_salt(self, force=False): - return bootstrap.bootstrap(self.context, force=force, specific="salt") - @Command('bootstrap-gstreamer', description='Set up a local copy of the gstreamer libraries (linux only).', category='bootstrap') |