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;