diff options
Diffstat (limited to 'repos/clang/firefox/no-ccache-stats.patch')
| -rw-r--r-- | repos/clang/firefox/no-ccache-stats.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/clang/firefox/no-ccache-stats.patch b/repos/clang/firefox/no-ccache-stats.patch deleted file mode 100644 index 4d557a01..00000000 --- a/repos/clang/firefox/no-ccache-stats.patch +++ /dev/null @@ -1,13 +0,0 @@ -prevents a call to ccache -diff --git a/python/mozbuild/mozbuild/controller/building.py b/python/mozbuild/mozbuild/controller/building.py -index bf7009a..011c012 100644 ---- a/python/mozbuild/mozbuild/controller/building.py -+++ b/python/mozbuild/mozbuild/controller/building.py -@@ -570,6 +570,7 @@ class BuildMonitor(MozbuildObject): - ) - - def ccache_stats(self, ccache=None): -+ return None - ccache_stats = None - - if ccache is None: |