aboutsummaryrefslogtreecommitdiff
path: root/build/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build/algorithm.ixx')
-rw-r--r--build/algorithm.ixx4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/algorithm.ixx b/build/algorithm.ixx
index 72a04fe..309f99b 100644
--- a/build/algorithm.ixx
+++ b/build/algorithm.ixx
@@ -34,10 +34,8 @@ namespace build
const std::string* ext,
scope* scope)
{
- const std::string* proj (nullptr);
return search (
- prerequisite_key
- {&proj, {&type, &dir, &name, &ext}, scope});
+ prerequisite_key {nullptr, {&type, &dir, &name, &ext}, scope});
}
template <typename T>