removed the debug message for encountering STRING-type Values
authorerikb <none@none>
Wed, 12 Nov 1986 09:55:28 +0000 (09:55 +0000)
committererikb <none@none>
Wed, 12 Nov 1986 09:55:28 +0000 (09:55 +0000)
lang/cem/cemcom/eval.c

index 7a08dbc..6c1d260 100644 (file)
@@ -68,7 +68,6 @@ EVAL(expr, val, code, true_label, false_label)
                        load_val(expr, val);
                break;
        case String:    /* a string constant    */
-               expr_warning(expr, "(DEBUG) value-class 'String' seen");
                if (gencode) {
                        struct expr *ex = expr;
                        string2pointer(&ex);