mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Boost Jam cleanup - removed a stale comment - the referenced string gets freed as a part of the related hash table cleanup.
[SVN r80158]
This commit is contained in:
@@ -169,7 +169,7 @@ void timestamp_from_path( timestamp * const time, OBJECT * const path )
|
||||
b = (BINDING *)hash_insert( bindhash, normalized_path, &found );
|
||||
if ( !found )
|
||||
{
|
||||
b->name = object_copy( normalized_path ); /* never freed */
|
||||
b->name = object_copy( normalized_path );
|
||||
b->flags = 0;
|
||||
b->progress = BIND_INIT;
|
||||
timestamp_clear( &b->time );
|
||||
|
||||
Reference in New Issue
Block a user