2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Remove toolset.register.

[SVN r40957]
This commit is contained in:
Vladimir Prus
2007-11-09 08:30:27 +00:00
parent d04b864d55
commit 09dc50e274

View File

@@ -360,15 +360,6 @@ rule set-target-variables ( rule-or-module targets + : property-set )
}
}
.toolsets += $(toolset) ;
# Registers a new toolset
rule register ( toolset )
{
feature.extend toolset : $(toolset) ;
.toolsets += $(toolset) ;
}
# Make toolset 'toolset', defined in a module of the same name,
# inherit from 'base'
# 1. The 'init' rule from 'base' is imported into 'toolset' with full