From 8cba6c3c24c2122c843aa0feaa26fd6e5c2412e2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Mar 2025 17:27:52 -0400 Subject: Deprecate built-in Moment datatype in favor of a `time` module --- src/types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index eec3fac2..ae34c217 100644 --- a/src/types.h +++ b/src/types.h @@ -46,7 +46,6 @@ struct type_s { IntType, NumType, CStringType, - MomentType, TextType, ArrayType, SetType, @@ -76,7 +75,7 @@ struct type_s { struct { enum { TYPE_NBITS32=32, TYPE_NBITS64=64 } bits; } NumType; - struct {} CStringType, MomentType; + struct {} CStringType; struct { const char *lang; struct env_s *env; -- cgit v1.2.3