]> ocean-lang.org Git - ocean/commitdiff
oceani: drop 'array' field from the 'value' union.
authorNeilBrown <neil@brown.name>
Sat, 9 Oct 2021 01:05:51 +0000 (12:05 +1100)
committerNeilBrown <neil@brown.name>
Sat, 9 Oct 2021 01:05:51 +0000 (12:05 +1100)
This field was never used - we use the generic 'ptr'.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/oceani.mdc

index 3474508cf6a7018b186c795196f1822ee1332116..c6163a679c2ff92c8afbf6b969e0c56854829d3d 100644 (file)
@@ -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)