aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/pkgconfig.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-01-27 07:09:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-01-27 08:39:31 +0200
commit7391c5394c8376470bcf3544ac60550d5489dd2a (patch)
tree6dd64c899eb5269b97539e67078e804051f74a49 /libbuild2/cc/pkgconfig.cxx
parent4fe006c07048338b01d5555f55162d9968bb46b6 (diff)
Minor cleanup
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r--libbuild2/cc/pkgconfig.cxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx
index 6fcf711..769cb8b 100644
--- a/libbuild2/cc/pkgconfig.cxx
+++ b/libbuild2/cc/pkgconfig.cxx
@@ -1413,21 +1413,7 @@ namespace build2
//@@ TODO: how will the Libs/Libs.private work?
//@@ TODO: remember to use escape()
- /*
- // If we need an interface value, then use the group (lib{}).
- //
- if (const target* g = exp && l.is_a<libs> () ? l.group : &l)
- {
- const variable& var (
- com
- ? (exp ? c_export_loptions : c_loptions)
- : (t == x
- ? (exp ? x_export_loptions : x_loptions)
- : var_pool[t + (exp ? ".export.loptions" : ".loptions")]));
-
- append_options (args, *g, var);
- }
- */
+ // See link_rule::append_libraries().
};
// Pretend we are linking an executable using what would be normal,