From acdb9a4a0e3782ea28bfc7e36d231160d3f015d6 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 26 Apr 2021 02:44:31 +0200 Subject: [PATCH] remove unused prototype --- include/cubescript/cubescript/state.hh | 3 --- 1 file changed, 3 deletions(-) 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();