Removed the value_cnt associated with the caseordering
[pspp-builds.git] / src / language / stats / sort-criteria.c
index c84f71d54cee3dc69bd8fa20bc4950bda0f7ef1c..fd8c7c535f9e630b88acbfdbafeaa8367374fdcc 100644 (file)
@@ -39,7 +39,7 @@ struct case_ordering *
 parse_case_ordering (struct lexer *lexer, const struct dictionary *dict,
                      bool *saw_direction)
 {
-  struct case_ordering *ordering = case_ordering_create (dict);
+  struct case_ordering *ordering = case_ordering_create ();
   const struct variable **vars = NULL;
   size_t var_cnt = 0;