aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module')
-rw-r--r--build2/cli/module28
1 files changed, 0 insertions, 28 deletions
diff --git a/build2/cli/module b/build2/cli/module
deleted file mode 100644
index 50d07ef..0000000
--- a/build2/cli/module
+++ /dev/null
@@ -1,28 +0,0 @@
-// file : build2/cli/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BUILD2_CLI_MODULE
-#define BUILD2_CLI_MODULE
-
-#include <build2/types>
-#include <build2/utility>
-
-#include <build2/module>
-
-namespace build2
-{
- namespace cli
- {
- bool
- init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
- }
-}
-
-#endif // BUILD2_CLI_MODULE