aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl')
-rw-r--r--aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl5
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl b/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
deleted file mode 100644
index 3b1e660..0000000
--- a/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
+++ /dev/null
@@ -1,5 +0,0 @@
--record(date_time_value, {
- date :: tom:date(),
- time :: tom:time(),
- offset :: tom:offset()
-}).