mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 11:42:14 +00:00
removed declared but never referenced variables
(spotted by mipspro compiler, generating warnings) [SVN r12346]
This commit is contained in:
@@ -843,7 +843,6 @@ evaluate_rule(
|
||||
module *prev_module = frame->module;
|
||||
|
||||
LIST* l = var_expand( L0, rulename, rulename+strlen(rulename), frame->args, 0 );
|
||||
LIST* more_args = L0;
|
||||
|
||||
if ( !l )
|
||||
{
|
||||
@@ -1576,9 +1575,6 @@ debug_compile( int which, char *s, FRAME* frame )
|
||||
static int level = 0;
|
||||
static char indent[36] = ">>>>|>>>>|>>>>|>>>>|>>>>|>>>>|>>>>|";
|
||||
|
||||
char* file;
|
||||
int line;
|
||||
|
||||
if ( which >= 0 )
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -72,7 +72,6 @@ macro_headers( TARGET *t )
|
||||
static regexp *re = 0;
|
||||
FILE *f;
|
||||
char buf[ 1024 ];
|
||||
int i;
|
||||
|
||||
if ( DEBUG_HEADER )
|
||||
printf( "macro header scan for %s\n", t->name );
|
||||
|
||||
Reference in New Issue
Block a user