From 57abb0703ec640fdcd0b0ac165f742bbc34df533 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Jun 2017 13:06:38 +0200 Subject: Next installment in C++ modules saga: module search, re-export support --- build2/cc/utility.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build2/cc/utility.hxx') diff --git a/build2/cc/utility.hxx b/build2/cc/utility.hxx index 62104d9..895d9c5 100644 --- a/build2/cc/utility.hxx +++ b/build2/cc/utility.hxx @@ -24,14 +24,6 @@ namespace build2 otype compile_type (const target&, bool module); - // Compile target types. - // - struct compile_target_types - { - const target_type& obj; - const target_type& bmi; - }; - compile_target_types compile_types (otype); -- cgit v1.1