diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-14 15:48:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-14 15:48:34 +0200 |
commit | 47bf5cd6a167730ee06a1c7cffeae6540f67dde0 (patch) | |
tree | 7c9c07d33b41be75d1a5d6ec40c153beda2a2a19 /build/config/operation | |
parent | f62ff2e840fd92a03b4a3298de938d426f8b5c7a (diff) |
Rework meta/operation registration
We now have global tables for meta/operation. Plus each can
then be enabled on the per-project basis.
Diffstat (limited to 'build/config/operation')
-rw-r--r-- | build/config/operation | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/config/operation b/build/config/operation index 514c118..ee5161d 100644 --- a/build/config/operation +++ b/build/config/operation @@ -11,9 +11,6 @@ namespace build { namespace config { - const meta_operation_id configure_id = 2; - const meta_operation_id disfigure_id = 3; - extern meta_operation_info configure; extern meta_operation_info disfigure; } |