diff options
author | John Ericson <git@JohnEricson.me> | 2023-05-05 11:49:41 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-08 08:01:58 -0400 |
commit | 278c94d607dae69226c782de44dcfa6381e3f90b (patch) | |
tree | 38ff16694eb2a26b89822e2a51d586845d9c307a /src/libstore | |
parent | 8eeaf591db2814d13921fffc290e278817dbae0c (diff) |
Rename a few things in new tests
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/misc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/misc.cc b/src/libstore/misc.cc index 00f629a85..50336c779 100644 --- a/src/libstore/misc.cc +++ b/src/libstore/misc.cc @@ -89,7 +89,6 @@ const ContentAddress * getDerivationCA(const BasicDerivation & drv) if (out == drv.outputs.end()) return nullptr; if (auto dof = std::get_if<DerivationOutput::CAFixed>(&out->second)) { - return &dof->ca; } return nullptr; |