removed CObjStream

This commit is contained in:
2023-02-09 12:42:09 -06:00
committed by cpunch
parent 6056f8eb5b
commit b902ac90de
4 changed files with 1 additions and 24 deletions

View File

@@ -34,7 +34,6 @@ typedef uint32_t cosmo_Flag;
// objs
typedef struct CObj CObj;
typedef struct CObjObject CObjObject;
typedef struct CObjStream CObjStream;
typedef struct CObjString CObjString;
typedef struct CObjUpval CObjUpval;
typedef struct CObjFunction CObjFunction;