From e04471a2544cff7b7c2cf73baba944a64322dbef Mon Sep 17 00:00:00 2001 From: ? Date: Sun, 17 Feb 2019 18:51:25 +0100 Subject: [PATCH] racing:: removed always_false --- hyper.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hyper.h b/hyper.h index 4fc5d3ea..794434ef 100644 --- a/hyper.h +++ b/hyper.h @@ -4804,11 +4804,6 @@ bool subscreen_split(reaction_t for_each_subscreen); // static bool on = false: emits a warning // static const bool on = false: no warning, but does not allow assignment -struct always_false { - operator bool() const { return false; }; - void operator = (bool b) const {}; - }; - namespace racing { static const always_false on; }