Oops - revert change that shouldn't have been applied.
[pspp] / src / compute.c
index d26bf1ed2dd441d8f1406353b75b29b4105d227b..aed443853d9a0d65800be651c7ebc80e2d368630 100644 (file)
@@ -397,15 +397,9 @@ lvalue_finalize (struct lvalue *lvalue,
     {
       compute->variable = dict_lookup_var (default_dict, lvalue->var_name);
       if (compute->variable == NULL)
-       {
-         struct fmt_spec input_spec = { 0,8,2 };
          compute->variable = dict_create_var_assert (default_dict,
                                                      lvalue->var_name, 0);
 
-                 convert_fmt_ItoO (&input_spec, &compute->variable->print);
-         compute->variable->write = compute->variable->print;
-       }
-
       compute->fv = compute->variable->fv;
       compute->width = compute->variable->width;