aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-process-path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/functions-process-path.cxx')
-rw-r--r--build2/functions-process-path.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/build2/functions-process-path.cxx b/build2/functions-process-path.cxx
index 7069c33..a1d6d7c 100644
--- a/build2/functions-process-path.cxx
+++ b/build2/functions-process-path.cxx
@@ -21,15 +21,5 @@ namespace build2
{
return move (p.effect.empty () ? p.recall : p.effect);
};
-
- //@@ TMP kludge
- //
- f["effect"] = [](names n)
- {
- auto p (value_traits<process_path>::convert (
- move (n[0]), n.size () > 1 ? &n[1] : nullptr));
-
- return move (p.effect.empty () ? p.recall : p.effect);
- };
}
}