diff --git a/common/chat-parser.h b/common/chat-parser.h index ed274017f3..78c4b74c2d 100644 --- a/common/chat-parser.h +++ b/common/chat-parser.h @@ -131,5 +131,3 @@ class common_chat_msg_parser { void clear_tools(); }; - -common_chat_msg common_chat_parse(const std::string & input, bool is_partial, const common_chat_syntax & syntax);