From ffee7a6033070e6eb1fe172f70a6a5449bed22fe Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 29 Jan 2002 08:51:38 +0000 Subject: [PATCH] 2002-01-29 08:48 UTC+0000 Dave Pearson * source/vm/hvm.c * Removed unused szTemp variable from hb_vmPushStringPcode. --- harbour/ChangeLog | 4 ++++ harbour/source/vm/hvm.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 25ed92feae..c1c6cb0a5c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ * source/rtl/saverest.c + * include/hbapi.h + * source/vm/extend.c + * hb_retcconst() and hb_retcbuffer() renamed into + instructions. 2002-01-29 10:00 UTC+0100 Antonio Linares diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index 1cc23268bc..3c831a2c6e 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -3831,7 +3831,6 @@ void hb_vmPushString( char * szText, ULONG length ) void hb_vmPushStringPcode( char * szText, ULONG length ) { - char * szTemp; PHB_ITEM pStackTopItem = hb_stackTopItem(); HB_TRACE(HB_TR_DEBUG, ("hb_vmPushStringPcode(%s, %lu)", szText, length)); @@ -4856,4 +4855,4 @@ HB_FUNC( __OPGETPRF ) /* profiler: It returns an array with an opcode called and hb_stornl( hb_ulOpcodesCalls[ ulOpcode ], -1, 1 ); hb_stornl( hb_ulOpcodesTime[ ulOpcode ], -1, 2 ); } -} \ No newline at end of file +}