From 9e7e8924d92d18cdf9c1cb55c169281b881868f3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 24 Apr 2000 01:41:26 +0000 Subject: [PATCH] 20000424-03:44 GMT+1 Victor Szakats --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/harbour.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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 ); } }