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

Remove unused rule 'has-attribute', that was using undefined 'get-feature',

and so could not work anyway.


[SVN r33054]
This commit is contained in:
Vladimir Prus
2006-02-21 07:42:18 +00:00
parent bb07e82f78
commit a4d23cf021

View File

@@ -589,14 +589,6 @@ rule compose ( composite-property : component-properties * )
$(composite-property).components = $(component-properties) ;
}
local rule has-attribute ( attribute property )
{
if $(attribute) in [ attributes [ get-feature $(property) ] ]
{
return true ;
}
}
local rule expand-composite ( property )
{
return $(property)