2008-11-04 15:54 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

* source/vm/fm.c
    * removed unneeded HB_FUNC( MEMORY ), now in fmhb.c
This commit is contained in:
Teo Fonrouge
2008-11-04 22:26:46 +00:00
parent 388ee24995
commit 62b0ae14a0
2 changed files with 4 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-04 15:54 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* source/vm/fm.c
* removed unneeded HB_FUNC( MEMORY ), now in fmhb.c
2008-11-04 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
* source/vm/Makefile

View File

@@ -1037,11 +1037,6 @@ ULONG hb_xquery( USHORT uiMode )
return ulResult;
}
HB_FUNC( MEMORY )
{
hb_retnint( hb_xquery( ( USHORT ) hb_parni( 1 ) ) );
}
#ifdef HB_FM_STATISTICS
HB_FUNC( HB_FM_STAT ) {}
#else