2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00

Optimization.

* build/feature.jam (attributes): Don't call 'valid', as it leads to big slowdown.


[SVN r32692]
This commit is contained in:
Vladimir Prus
2006-02-07 08:40:10 +00:00
parent 28b4646662
commit c132dec91c

View File

@@ -188,10 +188,6 @@ rule valid ( names + )
# return the attibutes of the given feature
rule attributes ( feature )
{
if ! [ valid $(feature) ]
{
error \"$(feature)\" is not a valid feature name ;
}
return $($(feature).attributes) ;
}