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

Remove unused var

[SVN r23260]
This commit is contained in:
Vladimir Prus
2004-06-29 11:15:02 +00:00
parent ad495e4d49
commit 32af88695f

View File

@@ -30,10 +30,6 @@ feature.subfeature toolset msvc : vendor
# to be seen, though ;-)
;
# Remember whether any versions have been initialized, allowing us to
# set the first initialized version as the default.
.initialized = ;
# Initialize the toolset for a specific version. As the result, path to
# compiler and, possible, program names are set up, and will be used when
# that version of compiler is requested. For example, you might have::