diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-16 09:43:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-16 09:43:27 +0200 |
commit | ecfae2da0b23631cee3e723a562f64f8aace6879 (patch) | |
tree | 6f7bae1bec966bcc456b71fbaabf8556f031d61b /libbuild2/bin/rule.hxx | |
parent | bd9ca1e55dc1396da73c4699ccc021dc1f604fe6 (diff) |
Move common functionality from cc to bin
Diffstat (limited to 'libbuild2/bin/rule.hxx')
-rw-r--r-- | libbuild2/bin/rule.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libbuild2/bin/rule.hxx b/libbuild2/bin/rule.hxx index 57c784f..074b46d 100644 --- a/libbuild2/bin/rule.hxx +++ b/libbuild2/bin/rule.hxx @@ -45,18 +45,6 @@ namespace build2 static target_state perform (action, const target&); - - // Return library types to build according to the bin.lib value (set - // on project's root scope by init()). - // - struct members - { - bool a; // static - bool s; // shared - }; - - static members - build_members (const scope&); }; } } |