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

Function delete_var_

src/engine/variable.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 */
379
380static void delete_var_( void * xvar, void * data )
381{
382 VARIABLE * const v = (VARIABLE *)xvar;
383 object_free( v->symbol );
384 list_free( v->value );
385}
386
387void var_done( struct module_t * module )
388{

Callers

nothing calls this directly

Calls 2

object_freeFunction · 0.85
list_freeFunction · 0.85

Tested by

no test coverage detected