mirror of
https://github.com/boostorg/build.git
synced 2026-02-22 15:22:11 +00:00
Clean up build warnings (gcc & clang).
This commit is contained in:
@@ -129,7 +129,6 @@ OBJECT * make_class_module( LIST * xname, LIST * bases, FRAME * frame )
|
||||
OBJECT * name = class_module_name( list_front( xname ) );
|
||||
OBJECT * * pp;
|
||||
module_t * class_module = 0;
|
||||
module_t * outer_module = frame->module;
|
||||
int found;
|
||||
|
||||
if ( !classes )
|
||||
|
||||
Reference in New Issue
Block a user