From 865bac73f3cf713b47fed7415f6f32fa78a903d5 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 25 Mar 2021 01:57:47 +0100 Subject: [PATCH] remove pointless friends --- include/cubescript/cubescript.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/cubescript/cubescript.hh b/include/cubescript/cubescript.hh index bc16a37..16f26a1 100644 --- a/include/cubescript/cubescript.hh +++ b/include/cubescript/cubescript.hh @@ -529,12 +529,6 @@ enum class loop_state { }; struct LIBCUBESCRIPT_EXPORT state { - friend struct error; - friend struct string_pool; - friend struct string_ref; - friend struct any_value; - friend struct codegen_state; - thread_state *p_tstate = nullptr; int identflags = 0;