aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
Diffstat (limited to 'build/context')
-rw-r--r--build/context4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/context b/build/context
index 1967a83..7c7421d 100644
--- a/build/context
+++ b/build/context
@@ -7,7 +7,6 @@
#include <string>
#include <ostream>
-#include <unordered_set>
#include <build/path>
@@ -18,9 +17,6 @@ namespace build
extern path work;
extern path home;
- extern std::unordered_set<std::string> meta_operations;
- extern std::unordered_set<std::string> operations;
-
// Return the src/out directory corresponding to the given out/src. The
// passed directory should be a sub-directory of out/src_root.
//