aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derived-path-map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/derived-path-map.cc')
-rw-r--r--src/libstore/derived-path-map.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/derived-path-map.cc b/src/libstore/derived-path-map.cc
index 437b6a71a..5982c04b3 100644
--- a/src/libstore/derived-path-map.cc
+++ b/src/libstore/derived-path-map.cc
@@ -51,11 +51,8 @@ typename DerivedPathMap<V>::ChildNode * DerivedPathMap<V>::findSlot(const Single
// instantiations
-#include "create-derivation-and-realise-goal.hh"
namespace nix {
-template struct DerivedPathMap<std::weak_ptr<CreateDerivationAndRealiseGoal>>;
-
GENERATE_CMP_EXT(
template<>,
DerivedPathMap<std::set<std::string>>::ChildNode,