From 82732fe002045a0807c084dc4b979bd8201dd3f7 Mon Sep 17 00:00:00 2001 From: Sheldon Robinson Date: Thu, 4 Dec 2025 19:02:12 -0500 Subject: [PATCH] Remove unused common_chat_parse function declaration --- common/chat-parser.h | 2 -- 1 file changed, 2 deletions(-) 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);