From: NeilBrown Date: Sat, 9 Oct 2021 01:05:51 +0000 (+1100) Subject: oceani: drop 'array' field from the 'value' union. X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=dd5f1927d4c97dae2ad74e41167b1b7731aeb5ab oceani: drop 'array' field from the 'value' union. This field was never used - we use the generic 'ptr'. Signed-off-by: NeilBrown --- diff --git a/csrc/oceani.mdc b/csrc/oceani.mdc index 3474508..c6163a6 100644 --- a/csrc/oceani.mdc +++ b/csrc/oceani.mdc @@ -1511,9 +1511,6 @@ make a copy of an array with controllable recursive depth. struct type *member; } array; -###### value union fields - void *array; - ###### value functions static void array_init(struct type *type, struct value *val)