From: Ben Pfaff Date: Sat, 18 Feb 2012 17:54:58 +0000 (-0800) Subject: categoricals: Mark dump_interaction() and categoricals_dump() UNUSED. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd009d07e62d87f89bd83415dd3ea194054d342e;p=pspp categoricals: Mark dump_interaction() and categoricals_dump() UNUSED. This avoids warnings that they are unused. It might be better to just remove them, since they would still be present in the Git history. --- diff --git a/src/math/categoricals.c b/src/math/categoricals.c index ea5b31060e..80073deedb 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -78,7 +78,7 @@ struct variable_node int n_vals; /* Number of values for this variable */ }; -static void +static void UNUSED dump_interaction (const struct interaction *iact) { if (CATEGORICALS_DEBUG) @@ -186,7 +186,7 @@ struct categoricals const struct payload *payload; }; -static void +static void UNUSED categoricals_dump (const struct categoricals *cat) { if (CATEGORICALS_DEBUG)