From a4d23cf021b440a7a6c409a24313e562eabc39bc Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 21 Feb 2006 07:42:18 +0000 Subject: [PATCH] Remove unused rule 'has-attribute', that was using undefined 'get-feature', and so could not work anyway. [SVN r33054] --- src/build/feature.jam | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/build/feature.jam b/src/build/feature.jam index 2d5258406..db8a91f9f 100644 --- a/src/build/feature.jam +++ b/src/build/feature.jam @@ -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)