diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-16 13:02:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-16 13:02:34 +0200 |
commit | e89205dd0cab3f64c21ebe09873efb6f23057f5f (patch) | |
tree | c76898707ea50ea98449704540a798bf0ee6d312 /libbuild2/file-cache.hxx | |
parent | 43dcc20d0da8e94f7089212220cc9eecd087ce03 (diff) |
Get rid of unused variable warning
Diffstat (limited to 'libbuild2/file-cache.hxx')
-rw-r--r-- | libbuild2/file-cache.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/file-cache.hxx b/libbuild2/file-cache.hxx index d3c0a30..ca1799c 100644 --- a/libbuild2/file-cache.hxx +++ b/libbuild2/file-cache.hxx @@ -96,6 +96,7 @@ namespace build2 // struct read { + ~read () {} }; // A cache entry handle. When it is destroyed, a temporary entry is |