diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-07 11:55:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-07 11:55:09 +0200 |
commit | 274d65d2a76ed48cb618e25e0916e20ba3d5c87b (patch) | |
tree | a172075cfcfea41488bad95066f77c8085030ae8 /libbuild2/cc/parser.hxx | |
parent | e3a05597ec42ed02230918fe0bcada3dbb521209 (diff) |
Strip partition part from module name when forming imported partition name
Diffstat (limited to 'libbuild2/cc/parser.hxx')
-rw-r--r-- | libbuild2/cc/parser.hxx | 8 |
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&); |