From 8efd85e0a954b938dad155d9d9d0f3f44d20021b Mon Sep 17 00:00:00 2001 From: Mars Date: Wed, 7 May 2025 02:14:15 -0400 Subject: [PATCH] oh righ --- src/core/system_data.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/system_data.cpp b/src/core/system_data.cpp index 7152b3d..b4edd61 100644 --- a/src/core/system_data.cpp +++ b/src/core/system_data.cpp @@ -23,9 +23,6 @@ namespace { fn getOrdinalSuffix(const i32 day) -> CStr { using matchit::match, matchit::is, matchit::_, matchit::within; - if (day >= 11 && day <= 13) - return "th"; - return match(day % 10)( is | within(11, 13) = "th", is | 1 = "st",