OK icon indicating copy to clipboard operation
OK copied to clipboard

STRUCT_OBJ is never used.

Open skx opened this issue 3 years ago • 0 comments

The STRUCT_OBJ type, defined here is never used.

It seems that an instantiated struct describes itself as being a HASH_OBJect here:

func (self *StructInstance) Type() ObjectType { return HASH_OBJ }

Nowhere in the code is STRUCT_OBJ referenced, so it might be as well to remove it - especially given the comment above!

skx avatar Aug 30 '22 15:08 skx