diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4ae136f074..963727bbd4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000424-03:44 GMT+1 Victor Szakats + + * source/compiler/harbour.c + % Small opt.: one frame optimizing call removed. + 20000423-19:10 GMT+1 Ryszard Glab *source/compiler/harbour.y diff --git a/harbour/source/compiler/harbour.c b/harbour/source/compiler/harbour.c index e732effbf0..a1947834c7 100644 --- a/harbour/source/compiler/harbour.c +++ b/harbour/source/compiler/harbour.c @@ -258,9 +258,6 @@ int main( int argc, char * argv[] ) pFunc = pFunc->pNext; } - if( hb_comp_pInitFunc ) - hb_compOptimizeFrames( hb_comp_pInitFunc ); - hb_compGenOutput( hb_comp_iLanguage ); } }