MCPcopy Create free account
hub / github.com/boostorg/build / freetargets

Function freetargets

v2/engine/rules.c:416–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 */
415
416void freetargets( TARGETS * chain )
417{
418 while ( chain )
419 {
420 TARGETS * const n = chain->next;
421 BJAM_FREE( chain );
422 chain = n;
423 }
424}
425
426
427/*

Callers 3

action_freeFunction · 0.85
freetargetFunction · 0.85
cmd_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected