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 <pierre-emmanuel.patry@embecosm.com>
This commit is contained in:
Pierre-Emmanuel Patry 2023-07-26 18:05:42 +02:00 committed by Arthur Cohen
parent 8db58652d8
commit ea0bd46eb8

View File

@ -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