Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / sample.c
index 3f887935598ef8d7cbd7d723208563c7702ae45b..67523b3d80ff62e65cd5185de4ce70ce26df7777 100644 (file)
@@ -59,8 +59,6 @@ cmd_sample (void)
   int a, b;
   unsigned frac;
 
-  lex_match_id ("SAMPLE");
-
   if (!lex_force_num ())
     return CMD_FAILURE;
   if (!lex_integer_p ())