aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2023-05-05 11:49:41 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-08 08:01:58 -0400
commit278c94d607dae69226c782de44dcfa6381e3f90b (patch)
tree38ff16694eb2a26b89822e2a51d586845d9c307a /src/libstore
parent8eeaf591db2814d13921fffc290e278817dbae0c (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.cc1
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;