categoricals: Drop 'n_vals' member from struct variable_node.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 23 Dec 2018 18:57:50 +0000 (10:57 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 23 Dec 2018 18:57:50 +0000 (10:57 -0800)
commit5f3cd72e75cfe4ded7c2ca3b2cd0936412ba71ab
tree52082b99309161c124418b8475b3104fdfe98940
parentd5cc4822420e8f5e3aee78df195fb150be4252b9
categoricals: Drop 'n_vals' member from struct variable_node.

It was redundant with counting the elements in valmap, which wasn't
used many places anyway.
src/math/categoricals.c