remove pointless friends

master
Daniel Kolesa 2021-03-25 01:57:47 +01:00
parent c854e9d189
commit 865bac73f3
1 changed files with 0 additions and 6 deletions

View File

@ -529,12 +529,6 @@ enum class loop_state {
}; };
struct LIBCUBESCRIPT_EXPORT 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; thread_state *p_tstate = nullptr;
int identflags = 0; int identflags = 0;