2014-01-04 20:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/vm/hvm.c
    ! removed unused variable
This commit is contained in:
Przemysław Czerpak
2014-01-04 20:12:44 +01:00
parent 9fc0cb74b7
commit 28077d05fa
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2014-01-04 20:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/hvm.c
! removed unused variable
2014-01-04 18:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/hvm.c
! release TSD handle in thread static destructors.

View File

@@ -6477,8 +6477,6 @@ static void hb_vmTSVRefClear( void * value )
{
if( hb_xRefDec( value ) )
{
PHB_ITEM pItem;
if( HB_IS_COMPLEX( &( ( PHB_TSVREF ) value )->source ) )
hb_itemClear( &( ( PHB_TSVREF ) value )->source );