From 274d65d2a76ed48cb618e25e0916e20ba3d5c87b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Jun 2021 11:55:09 +0200 Subject: Strip partition part from module name when forming imported partition name --- libbuild2/cc/parser.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libbuild2/cc/parser.hxx') 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 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&); -- cgit v1.1