mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Removed a never used global .generators variable from the Boost Build build/generators.jam module.
[SVN r48602]
This commit is contained in:
@@ -679,15 +679,10 @@ class generator
|
||||
}
|
||||
|
||||
|
||||
.generators = ;
|
||||
|
||||
|
||||
# Registers a new generator instance 'g'.
|
||||
#
|
||||
rule register ( g )
|
||||
{
|
||||
.generators += $(g) ;
|
||||
|
||||
# A generator can produce several targets of the same type. We want unique
|
||||
# occurrence of that generator in .generators.$(t) in that case, otherwise,
|
||||
# it will be tried twice and we will get a false ambiguity.
|
||||
|
||||
Reference in New Issue
Block a user