aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/parser.hxx')
-rw-r--r--libbuild2/cc/parser.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbuild2/cc/parser.hxx b/libbuild2/cc/parser.hxx
index a1f1e57..1fbf1a3 100644
--- a/libbuild2/cc/parser.hxx
+++ b/libbuild2/cc/parser.hxx
@@ -44,14 +44,6 @@ namespace build2
pair<string, bool>
parse_module_name (token&, bool);
- string
- parse_module_part (token& t)
- {
- string n;
- parse_module_part (t, n);
- return n;
- }
-
void
parse_module_part (token&, string&);