From 9498585efc6e92eabca596d2ecbb78ffb343bca2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 07:29:11 +0200 Subject: Factor recipe to separate header/source files --- libbuild2/target.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libbuild2/target.cxx') diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index d313b05..83ed4a5 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -82,13 +82,6 @@ namespace build2 return os << target_state_[static_cast (ts)]; } - // recipe - // - const recipe empty_recipe; - const recipe noop_recipe (&noop_action); - const recipe default_recipe (&default_action); - const recipe group_recipe (&group_action); - // target // const target::prerequisites_type target::empty_prerequisites_; -- cgit v1.1