diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-30 17:27:52 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-30 17:27:52 -0400 |
| commit | 8cba6c3c24c2122c843aa0feaa26fd6e5c2412e2 (patch) | |
| tree | ae0583da790de2416f03a27e9f94953be7d4a803 /src/stdlib/datatypes.h | |
| parent | d853d7b8dc1586f6b2fad3bf05998bfbe935b8f3 (diff) | |
Deprecate built-in Moment datatype in favor of a `time` module
Diffstat (limited to 'src/stdlib/datatypes.h')
| -rw-r--r-- | src/stdlib/datatypes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stdlib/datatypes.h b/src/stdlib/datatypes.h index 40b4712a..22cee673 100644 --- a/src/stdlib/datatypes.h +++ b/src/stdlib/datatypes.h @@ -109,9 +109,6 @@ typedef struct { } Path_t; #define OptionalPath_t Path_t -typedef struct timeval Moment_t; -#define OptionalMoment_t Moment_t - typedef struct RNGState_t* RNG_t; typedef struct MutexedData_s { |
