From 8731dcb469b4493631a397deeed4002635c739d0 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 26 Apr 2022 01:23:36 -0600 Subject: [PATCH] bspfile.hh: remove covered_native --- include/common/bspfile.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/common/bspfile.hh b/include/common/bspfile.hh index d8806ab6..e7a8870e 100644 --- a/include/common/bspfile.hh +++ b/include/common/bspfile.hh @@ -595,10 +595,6 @@ struct contentflags_t // extra flags, specific to BSP only int32_t extended; - // for CFLAGS_STRUCTURAL_COVERED_BY_DETAIL - // fixme-brushbsp: remove this - int32_t covered_native; - constexpr bool operator==(const contentflags_t &other) const { return native == other.native && extended == other.extended;