2001-11-21 12:31 GMT Dave Pearson <davep@davep.org>

* source/rdd/dbcmd.c
     - Removed (using "#if 0...") hb_waNull().
This commit is contained in:
Dave Pearson
2001-11-21 12:35:46 +00:00
parent 1bf7532168
commit da0def10e5
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-11-21 12:31 GMT Dave Pearson <davep@davep.org>
* source/rdd/dbcmd.c
- Removed (using "#if 0...") hb_waNull().
2001-11-21 09:15 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
* source/debug/debugger.prg
* sorce/debug/dbgtarr.prg

View File

@@ -92,6 +92,8 @@ static LPAREANODE s_pCurrArea = NULL; /* Pointer to a selected and valid area *
/*
* Empty method.
*/
#if 0
static ERRCODE hb_waNull( AREAP pArea )
{
HB_TRACE(HB_TR_DEBUG, ("hb_waNull(%p)", pArea));
@@ -99,6 +101,7 @@ static ERRCODE hb_waNull( AREAP pArea )
return SUCCESS;
}
#endif
/*
* Raise a runtime error if an method is not defined.