mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Bost Jam cleanup - removed some dead code from the compile.c module.
[SVN r79256]
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
*/
|
||||
|
||||
static void debug_compile( int which, const char * s, FRAME * );
|
||||
int glob( const char * s, const char * c );
|
||||
|
||||
/* Internal functions from builtins.c */
|
||||
void backtrace( FRAME * );
|
||||
void backtrace_line( FRAME * );
|
||||
@@ -76,7 +76,6 @@ void unknown_rule( FRAME *, char const * key, module_t *, OBJECT * rule_name );
|
||||
|
||||
struct frame * frame_before_python_call;
|
||||
|
||||
static OBJECT * module_scope;
|
||||
|
||||
void frame_init( FRAME * frame )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user