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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user