diff --git a/src/julia-syntax.scm b/src/julia-syntax.scm index 8a7f83e8b7e9d..ad7b4692c36da 100644 --- a/src/julia-syntax.scm +++ b/src/julia-syntax.scm @@ -862,16 +862,6 @@ (if (not (symbol? v)) (error (string "field name \"" (deparse v) "\" is not a symbol")))) field-names) - (for-each (lambda (t) - (if (expr-contains-p (lambda (e) - (and (pair? e) (eq? (car e) 'call) - (expr-contains-p (lambda (a) (memq a params)) - e))) - t) - (error (string "unsupported field type expression \"" - (deparse t) - "\"")))) - field-types) `(block (scope-block (block