Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / weight.c
index 41dc33f65562becfde277be97d86165e320a50e1..66b7e615ac0aa7ca49f6143793c4be2d174450c0 100644 (file)
@@ -37,8 +37,6 @@ struct weight_trns
 int
 cmd_weight (void)
 {
-  lex_match_id ("WEIGHT");
-
   if (lex_match_id ("OFF"))
     dict_set_weight (default_dict, NULL);
   else