2
0
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:
Jurko Gospodnetić
2012-08-23 13:54:58 +00:00
parent 70a97b816d
commit 59d5ee5e42

View File

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