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

Boost Jam cleanup - removed and unnecessary header include + minor stylistic code change.

[SVN r79275]
This commit is contained in:
Jurko Gospodnetić
2012-07-05 06:57:26 +00:00
parent 8fd831b596
commit c712c46008
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#include "hash.h"
#include "compile.h"
#include "object.h"
#include <assert.h>

View File

@@ -609,7 +609,7 @@ void make0
fate = T_FATE_ISTMP;
}
else if ( ( t->binding == T_BIND_EXISTS ) && p &&
( p->binding != T_BIND_UNBOUND ) && ( t->time > p->time ) )
( p->binding != T_BIND_UNBOUND ) && ( t->time > p->time ) )
{
#ifdef OPT_GRAPH_DEBUG_EXT
oldTimeStamp = 1;