aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/utility')
-rw-r--r--build2/cc/utility13
1 files changed, 0 insertions, 13 deletions
diff --git a/build2/cc/utility b/build2/cc/utility
index ae19d56..1ef65d8 100644
--- a/build2/cc/utility
+++ b/build2/cc/utility
@@ -43,19 +43,6 @@ namespace build2
//
target&
link_member (bin::lib&, lorder);
-
- // Append or hash library options from a pair of *.export.* variables
- // (first one is cc.export.*) recursively, prerequisite libraries first.
- //
- void
- append_lib_options (cstrings&, target&, lorder,
- const variable&,
- const variable&);
-
- void
- hash_lib_options (sha256&, target&, lorder,
- const variable&,
- const variable&);
}
}