2
0
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:
Toon Knapen
2002-01-18 15:38:00 +00:00
parent c998c62e47
commit b6f0779ea4
2 changed files with 0 additions and 5 deletions

View File

@@ -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;

View File

@@ -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 );