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:
parent
af3de9468e
commit
696b6f2a9b
@ -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;
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user