From 4bdf53837e010073de802070d4e6087410662d3e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Aug 2019 17:41:30 +0300 Subject: Move cc build system module to separate library --- build2/cc/init.hxx | 73 ------------------------------------------------------ 1 file changed, 73 deletions(-) delete mode 100644 build2/cc/init.hxx (limited to 'build2/cc/init.hxx') diff --git a/build2/cc/init.hxx b/build2/cc/init.hxx deleted file mode 100644 index 98defde..0000000 --- a/build2/cc/init.hxx +++ /dev/null @@ -1,73 +0,0 @@ -// file : build2/cc/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD2_CC_INIT_HXX -#define BUILD2_CC_INIT_HXX - -#include -#include - -#include - -namespace build2 -{ - namespace cc - { - bool - core_vars_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - core_guess_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - core_config_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - core_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - config_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - - bool - init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - } -} - -#endif // BUILD2_CC_INIT_HXX -- cgit v1.1