2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Kill dead code.

[SVN r77790]
This commit is contained in:
Steven Watanabe
2012-04-06 15:03:24 +00:00
parent ef6355141d
commit 0da5c6b1e9

View File

@@ -215,15 +215,6 @@ class property-set
return $(self.link-incompatible-ps) ;
}
rule run-actions ( )
{
if ! $(self.run)
{
self.run = [ property-set.create [ feature.run-actions $(self.raw) ] ] ;
}
return $(self.run) ;
}
rule add-defaults ( )
{
if ! $(self.defaults)