mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
8db58652d8
commit
ea0bd46eb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user