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

Function delete_module_

src/engine/modules.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245
246static void delete_module_( void * xmodule, void * data )
247{
248 module_t *m = (module_t *)xmodule;
249
250 delete_module( m );
251 object_free( m->name );
252}
253
254
255void modules_done()

Callers

nothing calls this directly

Calls 2

delete_moduleFunction · 0.85
object_freeFunction · 0.85

Tested by

no test coverage detected