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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user