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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue