diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-07-01 16:16:08 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-01 17:43:07 +0200 |
commit | aa5e5596c02469520a8c526745fea487f88b08f1 (patch) | |
tree | 9046dd7d496760ac4df9a993b38c08643ce70602 /python/servo/command_base.py | |
parent | 9110b25d13cce94d237b9b8ce6d2be0ff9058583 (diff) | |
download | servo-aa5e5596c02469520a8c526745fea487f88b08f1.tar.gz servo-aa5e5596c02469520a8c526745fea487f88b08f1.zip |
`./mach clean`: cwd is unnecessary when `--manifest-path` is used
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 0b7ed2cf50b..e05d37283cc 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -731,9 +731,6 @@ install them, let us know by filing a bug!") return env - def ports_glutin_crate(self): - return path.join(self.context.topdir, "ports", "glutin") - def add_manifest_path(self, args, android=False, libsimpleservo=False): if "--manifest-path" not in args: if libsimpleservo or android: |