aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/init.hxx')
-rw-r--r--build2/cc/init.hxx73
1 files changed, 0 insertions, 73 deletions
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 <libbuild2/types.hxx>
-#include <libbuild2/utility.hxx>
-
-#include <libbuild2/module.hxx>
-
-namespace build2
-{
- namespace cc
- {
- bool
- core_vars_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- core_guess_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- core_config_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- core_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- config_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
- }
-}
-
-#endif // BUILD2_CC_INIT_HXX