summaryrefslogtreecommitdiff
path: root/tools/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-xtools/setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/setup.py b/tools/setup.py
index 9f5059358..ddb9dc3e8 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -140,11 +140,6 @@ def generate_gn_args(mode):
# https://github.com/mozilla/sccache/issues/264
out += ["treat_warnings_as_errors=false"]
- # Look for sccache; if found, set rustc_wrapper.
- rustc_wrapper = cacher
- if rustc_wrapper:
- out += ['rustc_wrapper=%s' % gn_string(rustc_wrapper)]
-
return out