1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r6990: apparently some systems define UNUSED :-)

(This used to be commit 696b6f2a9b085dca6cea678b19cb76e1e62d673b)
This commit is contained in:
Andrew Tridgell 2005-05-26 04:18:48 +00:00 committed by Gerald (Jerry) Carter
parent 74dda39226
commit b8c4565845
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)
{