summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 16:29:15 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit3c24792336bb197485156e7e0ff78fcda3e338b9 (patch)
tree5a1e932177a070016a3a5c77350c17e1f7258217
parentccae0b18fc908f6956626ca26ba19663140ebaa3 (diff)
rsmemsiz: Delete now unused macro SET_IF_DESIRED.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--rose/rsmemsiz.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rose/rsmemsiz.c b/rose/rsmemsiz.c
index b2ad0da..5e306db 100644
--- a/rose/rsmemsiz.c
+++ b/rose/rsmemsiz.c
@@ -49,8 +49,6 @@ static char buf[300];
buf[n] = '\0'; \
}
-#define SET_IF_DESIRED(x,y) if (x) *(x) = (y) /* evals 'x' twice */
-
static int getuptime(double *uptime_secs)
{
struct sysinfo si;