From 5b2acc934ee1cda4a514b617a56b43fc4ddf6a0f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 11 Oct 2025 14:21:35 -0400 Subject: Added Empty() struct --- src/stdlib/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/types.h') diff --git a/src/stdlib/types.h b/src/stdlib/types.h index bd2474fa..5cd622e7 100644 --- a/src/stdlib/types.h +++ b/src/stdlib/types.h @@ -91,7 +91,6 @@ struct TypeInfo_s { extern const TypeInfo_t Void$info; extern const TypeInfo_t Abort$info; -#define Void_t void Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type); -- cgit v1.2.3