mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Removed an unused variable from one of the internal Boost Build tests.
[SVN r79596]
This commit is contained in:
@@ -23,13 +23,11 @@ rule register ( id composing ? : source-types + : target-types + )
|
||||
|
||||
if [ modules.peek : NT ]
|
||||
{
|
||||
escape-char = ^ ;
|
||||
X = ")" ;
|
||||
ECHO_CMD = (echo. ;
|
||||
}
|
||||
else
|
||||
{
|
||||
escape-char = \\ ;
|
||||
X = \" ;
|
||||
ECHO_CMD = "echo $(X)" ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user