From 83bb02cada0b894d9134cc5489999e0f0fe8bd7c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jul 2019 14:55:35 +0200 Subject: Move in build system module to separate library --- build2/in/init.hxx | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 build2/in/init.hxx (limited to 'build2/in/init.hxx') diff --git a/build2/in/init.hxx b/build2/in/init.hxx deleted file mode 100644 index 3cf8ebf..0000000 --- a/build2/in/init.hxx +++ /dev/null @@ -1,37 +0,0 @@ -// file : build2/in/init.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD2_IN_INIT_HXX -#define BUILD2_IN_INIT_HXX - -#include -#include - -#include - -namespace build2 -{ - namespace in - { - bool - base_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_IN_INIT_HXX -- cgit v1.1