From 53eb43126e562a43f4e8f2247af10da5c4c3c87f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Aug 2016 16:39:13 +0200 Subject: Rename module to init --- build2/install/module | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 build2/install/module (limited to 'build2/install/module') diff --git a/build2/install/module b/build2/install/module deleted file mode 100644 index 3f59fee..0000000 --- a/build2/install/module +++ /dev/null @@ -1,31 +0,0 @@ -// file : build2/install/module -*- C++ -*- -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD2_INSTALL_MODULE -#define BUILD2_INSTALL_MODULE - -#include -#include - -#include - -namespace build2 -{ - namespace install - { - void - boot (scope&, const location&, unique_ptr&); - - bool - init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); - } -} - -#endif // BUILD2_INSTALL_MODULE -- cgit v1.1