2
0
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:
Jurko Gospodnetić
2012-07-04 09:09:21 +00:00
parent d26a70ac3e
commit 5e171c2c8c

View File

@@ -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 )
{