From 3e1bf48a4573fb8be168ec65338c11d9ec90b1b9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 22 Aug 2022 14:54:51 -0400 Subject: [PATCH] core: Remove __DATE_YEAR__ This has not been in use for years and it's time to go away---it is the only thing in TAME that causes nondeterminism, at least that I'm immediately aware of. Perhaps I'll find something else while reimplementing TAME in TAMER. _This does not remove the compiler code to produce this._ If something still needs `__DATE_YEAR__` (because it's really old), it can define this value itself, and still utilize it until TAMER (which will not include it). DEV-7145 --- core/base.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core/base.xml b/core/base.xml index 676d23b6..43cbaf19 100644 --- a/core/base.xml +++ b/core/base.xml @@ -46,19 +46,6 @@ desc="Dummy value; this set is populated upon entering each rate block" /> - - - The runtime is responsible for populating \ref{__DATE_YEAR__} with - a proper value representing the current year. - - \todo{TAME is deterministic with this one exception; remove it and - have users use the params from {\tt datetime} instead if they need this - datum.} - -