From ca41ca8f9a6b21588248e5fee1a013363f3f52a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Mar 2015 14:34:24 +0200 Subject: Add support for "first" and "last" execution modes --- build/rule | 1 - 1 file changed, 1 deletion(-) (limited to 'build/rule') diff --git a/build/rule b/build/rule index 7501f7d..8eb6b26 100644 --- a/build/rule +++ b/build/rule @@ -33,7 +33,6 @@ namespace build using operation_rule_map = std::unordered_map; extern operation_rule_map rules; - extern const target_rule_map* current_rules; // Rules for current operation. // Fallback rule that on update verifies that the path exists and is // not older than any of its prerequisites. -- cgit v1.1