aboutsummaryrefslogtreecommitdiff
path: root/build2/test/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/operation')
-rw-r--r--build2/test/operation21
1 files changed, 0 insertions, 21 deletions
diff --git a/build2/test/operation b/build2/test/operation
deleted file mode 100644
index 5d2a229..0000000
--- a/build2/test/operation
+++ /dev/null
@@ -1,21 +0,0 @@
-// file : build2/test/operation -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BUILD2_TEST_OPERATION
-#define BUILD2_TEST_OPERATION
-
-#include <build2/types>
-#include <build2/utility>
-
-#include <build2/operation>
-
-namespace build2
-{
- namespace test
- {
- extern const operation_info test;
- }
-}
-
-#endif // BUILD2_TEST_OPERATION