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

Function delete_native_rule

v2/engine/modules.c:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84static void delete_native_rule( void * xrule, void * data )
85{
86 native_rule_t * rule = (native_rule_t *)xrule;
87 object_free( rule->name );
88 if ( rule->procedure )
89 function_free( rule->procedure );
90}
91
92
93static void delete_imported_modules( void * xmodule_name, void * data )

Callers

nothing calls this directly

Calls 2

object_freeFunction · 0.85
function_freeFunction · 0.85

Tested by

no test coverage detected