spvbin-helpers: Properly handle parsing strings with no destination.
[pspp] / src / output / ascii.c
index cf649b0aecdffc2e7c07d0f2da24ccfa944c0c72..ee87fa22e37c3341071239ef1e3c90899ef6036d 100644 (file)
@@ -651,7 +651,6 @@ ascii_submit (struct output_driver *driver, const struct output_item *item)
       NOT_REACHED ();
 
     case OUTPUT_ITEM_PAGE_BREAK:
-    case OUTPUT_ITEM_PAGE_SETUP:
       break;
     }
 }