From dfbeabe6069f0f30e132038f57d62d9e18c2e65b Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Tue, 31 Dec 2024 02:10:52 +0100 Subject: [PATCH] no namespace --- numerics/sin_cos.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/numerics/sin_cos.cpp b/numerics/sin_cos.cpp index 4096065b23..88db80cd70 100644 --- a/numerics/sin_cos.cpp +++ b/numerics/sin_cos.cpp @@ -356,10 +356,6 @@ Value __cdecl Sin(Argument const θ) { } } -namespace OSACA_assumptions { -constexpr std::int64_t quadrant = 1; -} // namespace OSACA_assumptions - #if PRINCIPIA_INLINE_SIN_COS FORCE_INLINE(inline) #endif