diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-19 09:52:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-19 09:52:50 +0200 |
commit | 14b8aa90926bdc7233caa926d81984c6593e1f76 (patch) | |
tree | 1476a5d48b2a9be2332b59a82004342bbc42edc9 /libbuild2/file-cache.cxx | |
parent | a5cfd981acb3e91bed7bd30f7c1e2df88cc3629b (diff) |
Temporarily default to noop file cache
Diffstat (limited to 'libbuild2/file-cache.cxx')
-rw-r--r-- | libbuild2/file-cache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file-cache.cxx b/libbuild2/file-cache.cxx index 95e9536..08fbe77 100644 --- a/libbuild2/file-cache.cxx +++ b/libbuild2/file-cache.cxx @@ -19,7 +19,7 @@ namespace build2 { assert (state_ == uninit); - // Remove stale compressed file if exists. While not strictly necessary + // Remove stale compressed file if it exists. While not strictly necessary // (since the presence of the new uncompressed file will render the // compressed one invalid), this makes things cleaner in case we don't get // to compressing the new file (for example, if we fail and leave the |