From 5e171c2c8cbd6ee7d57bc6beacdaee19d5291ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 4 Jul 2012 09:09:21 +0000 Subject: [PATCH] Bost Jam cleanup - removed some dead code from the compile.c module. [SVN r79256] --- src/engine/compile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/engine/compile.c b/src/engine/compile.c index 3cbe3631f..19d65a7a3 100644 --- a/src/engine/compile.c +++ b/src/engine/compile.c @@ -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 ) {