diff --git a/include/cubescript/cubescript/state.hh b/include/cubescript/cubescript/state.hh index 7557cbd..73c9c5b 100644 --- a/include/cubescript/cubescript/state.hh +++ b/include/cubescript/cubescript/state.hh @@ -326,9 +326,6 @@ struct LIBCUBESCRIPT_EXPORT state { ); } - /** @brief Check if a cubescript::ident of the given name exists */ - bool have_ident(std::string_view name); - /** @brief Get a span of all idents */ span_type get_idents();