From bd009d07e62d87f89bd83415dd3ea194054d342e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 18 Feb 2012 09:54:58 -0800 Subject: [PATCH] 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. --- src/math/categoricals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2