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:
@@ -20,7 +20,6 @@
|
||||
#include "hash.h"
|
||||
|
||||
#include "compile.h"
|
||||
#include "object.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user