summaryrefslogtreecommitdiffhomepage
path: root/src/timer-ns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer-ns.cpp')
-rw-r--r--src/timer-ns.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/timer-ns.cpp b/src/timer-ns.cpp
index 5bc302ff..2fd83968 100644
--- a/src/timer-ns.cpp
+++ b/src/timer-ns.cpp
@@ -8,7 +8,6 @@ namespace floormat {
namespace {
-#if 0
constexpr auto MAX = (uint64_t)-1, HALF = MAX/2;
static_assert(MAX - (MAX-0) <= 0);
@@ -22,8 +21,6 @@ static_assert(MAX - HALF <= HALF+1);
//static_assert(MAX - (MAX-2) <= 1); // must fail
//static_assert(MAX - HALF <= HALF); // must fail
-#endif
-
} // namespace
Debug& operator<<(Debug& dbg, const Ns& box)