From: Pierre-Emmanuel Patry Date: Wed, 26 Jul 2023 16:05:42 +0000 (+0200) Subject: gccrs: proc_macro: Delete unused prototype X-Git-Tag: basepoints/gcc-15~2292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0bd46eb863542f965b93a8bb02289ae9dd5ac8;p=thirdparty%2Fgcc.git gccrs: proc_macro: Delete unused prototype This function prototype was forgotten when the function was deleted. libgrust/ChangeLog: * libproc_macro/proc_macro.h (proc_macro_register_from_str): Remove rogue function prototype. Signed-off-by: Pierre-Emmanuel Patry --- diff --git a/libgrust/libproc_macro/proc_macro.h b/libgrust/libproc_macro/proc_macro.h index 60d9fcb75b15..457ec4693f64 100644 --- a/libgrust/libproc_macro/proc_macro.h +++ b/libgrust/libproc_macro/proc_macro.h @@ -62,9 +62,6 @@ struct Bang const char *name; BangMacro macro; }; - -void -proc_macro_register_from_str (ProcMacro::from_str_function_t fn); } enum ProcmacroTag