2002-01-29 08:48 UTC+0000 Dave Pearson <davep@davep.org>

* source/vm/hvm.c
     * Removed unused szTemp variable from hb_vmPushStringPcode.
This commit is contained in:
Dave Pearson
2002-01-29 08:51:38 +00:00
parent 16e2ab4a2e
commit ffee7a6033
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <alinares@fivetech.com>

View File

@@ -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 );
}
}
}