frontend/outitf.c, drop /* ARGSUSED */ comments

This commit is contained in:
rlar 2018-02-22 20:19:10 +01:00
parent edc690e26f
commit 878c9645c7
1 changed files with 0 additions and 8 deletions

View File

@ -684,7 +684,6 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTwReference(void *plotPtr, IFvalue *valuePtr, void **refPtr) OUTwReference(void *plotPtr, IFvalue *valuePtr, void **refPtr)
{ {
@ -696,7 +695,6 @@ OUTwReference(void *plotPtr, IFvalue *valuePtr, void **refPtr)
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTwData(runDesc *plotPtr, int dataIndex, IFvalue *valuePtr, void *refPtr) OUTwData(runDesc *plotPtr, int dataIndex, IFvalue *valuePtr, void *refPtr)
{ {
@ -709,7 +707,6 @@ OUTwData(runDesc *plotPtr, int dataIndex, IFvalue *valuePtr, void *refPtr)
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTwEnd(runDesc *plotPtr) OUTwEnd(runDesc *plotPtr)
{ {
@ -738,7 +735,6 @@ OUTendPlot(runDesc *plotPtr)
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTbeginDomain(runDesc *plotPtr, IFuid refName, int refType, IFvalue *outerRefValue) OUTbeginDomain(runDesc *plotPtr, IFuid refName, int refType, IFvalue *outerRefValue)
{ {
@ -751,7 +747,6 @@ OUTbeginDomain(runDesc *plotPtr, IFuid refName, int refType, IFvalue *outerRefVa
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTendDomain(runDesc *plotPtr) OUTendDomain(runDesc *plotPtr)
{ {
@ -761,7 +756,6 @@ OUTendDomain(runDesc *plotPtr)
} }
/* ARGSUSED */ /* until some code gets written */
int int
OUTattributes(runDesc *plotPtr, IFuid varName, int param, IFvalue *value) OUTattributes(runDesc *plotPtr, IFuid varName, int param, IFvalue *value)
{ {
@ -970,7 +964,6 @@ fileAddComplexValue(FILE *fp, bool bin, IFcomplex value)
} }
/* ARGSUSED */ /* until some code gets written */
static void static void
fileEndPoint(FILE *fp, bool bin) fileEndPoint(FILE *fp, bool bin)
{ {
@ -1104,7 +1097,6 @@ plotAddComplexValue(dataDesc *desc, IFcomplex value)
} }
/* ARGSUSED */ /* until some code gets written */
static void static void
plotEnd(runDesc *run) plotEnd(runDesc *run)
{ {