1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r6990: apparently some systems define UNUSED :-)

This commit is contained in:
Andrew Tridgell 2005-05-26 04:18:48 +00:00 committed by Gerald (Jerry) Carter
parent af3de9468e
commit 696b6f2a9b
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ MprVar ejsCreateArray(const char *name, int size)
static int objectConsProc(EjsHandle eid, int argc, MprVar **argv)
{
#if UNUSED
#if XX_UNUSED_XX
MprVar *obj;
Ejs *ep;

View File

@ -952,7 +952,7 @@ void *espGetThisPtr(EspRequest *ep)
}
/******************************************************************************/
#if UNUSED
#if XX_UNUSED_XX
int espReadProperty(MprVar *dest, MprVar *prop)
{
@ -1008,7 +1008,7 @@ int espWriteVarValue(EspRequest *ep, char *var, MprVar value)
}
/******************************************************************************/
#if UNUSED
#if XX_UNUSED_XX
int espWriteProperty(MprVar *prop, MprVar *newValue)
{