aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation')
-rw-r--r--build2/config/operation29
1 files changed, 0 insertions, 29 deletions
diff --git a/build2/config/operation b/build2/config/operation
deleted file mode 100644
index 425869c..0000000
--- a/build2/config/operation
+++ /dev/null
@@ -1,29 +0,0 @@
-// file : build2/config/operation -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BUILD2_CONFIG_OPERATION
-#define BUILD2_CONFIG_OPERATION
-
-#include <build2/types>
-#include <build2/utility>
-
-#include <build2/operation>
-
-namespace build2
-{
- namespace config
- {
- extern const meta_operation_info configure;
- extern const meta_operation_info disfigure;
-
- const string&
- preprocess_create (const variable_overrides&,
- values&,
- vector_view<opspec>&,
- bool,
- const location&);
- }
-}
-
-#endif // BUILD2_CONFIG_OPERATION